[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
fun Outer.Inner.foo() = 42
|
||||
|
||||
class Outer {
|
||||
|
||||
fun foo() = ""
|
||||
|
||||
inner class Inner {
|
||||
val x = foo() // Should be Int
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user