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