Decompiled text: should always render all modifiers even if we don't feel like it

This commit is contained in:
Pavel V. Talanov
2015-12-09 14:34:12 +03:00
parent fee19ad9de
commit 7e6bed7ad8
6 changed files with 23 additions and 2 deletions
@@ -14,5 +14,7 @@ data class Modifiers(val x: Int) {
inline fun inlined(crossinline arg1: ()->Unit, noinline arg2: ()->Unit): Unit {}
override operator fun equals(other: Any?) = false
annotation class Ann
}