Test for property resolve
This commit is contained in:
@@ -7,6 +7,7 @@ class A {
|
||||
fun fooB() = foo(1)
|
||||
fun foo() : Int = 1.plus(1)
|
||||
fun foo1() : B = new B()
|
||||
val a : Int
|
||||
}
|
||||
|
||||
class C : A {
|
||||
|
||||
Reference in New Issue
Block a user