Massive test data update for compiledJava

This commit is contained in:
Andrey Breslav
2014-09-10 19:05:21 +04:00
parent 0b6a4df4f4
commit ea3215b361
249 changed files with 574 additions and 573 deletions
@@ -10,20 +10,20 @@ public open class PrivateMembers {
private open inner class Inner {
private constructor Inner()
}
private open class Nested {
private constructor Nested()
// Static members
private open fun staticMethodInNested(): kotlin.Unit
}
private trait SamInterface {
public abstract fun foo(): kotlin.Unit
}
// Static members
private final var staticField: kotlin.Int
private final /*synthesized*/ fun SamInterface(/*0*/ function: () -> kotlin.Unit): test.PrivateMembers.SamInterface
private open fun staticMethod(): kotlin.Unit
}
}