Some more tests.
This commit is contained in:
committed by
Dmitry Petrov
parent
42988383e0
commit
f2e778d2d0
@@ -0,0 +1,9 @@
|
||||
abstract class Base
|
||||
|
||||
object Test : Base() {
|
||||
val x = 1
|
||||
val y: Int
|
||||
init {
|
||||
y = x
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user