fucked up while making ActorValue delegated – not applicable; can't have default value

making commits for files to keep so that I can discard changes
This commit is contained in:
minjaesong
2017-05-07 18:39:26 +09:00
parent 14dfb5c963
commit 959873413d
8 changed files with 53 additions and 52 deletions

View File

@@ -163,8 +163,8 @@ class WorldTime(initTime: Long = 0L) {
private fun Long.toPositiveInt() = this.and(0x7FFFFFFF).toInt()
private fun Long.abs() = Math.abs(this)
/** Format: "%A %d %B %Y %X" */
fun getFormattedTime() = "${getDayNameShort()} " +
/** Format: "%A, %d %B %Y %X" */
fun getFormattedTime() = "${getDayNameShort()}, " +
"$days " +
"${getMonthNameShort()} " +
"$years " +