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