[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// FILE: A.java
|
||||
public class A {
|
||||
public static void foo() {}
|
||||
public static class Nested {}
|
||||
}
|
||||
|
||||
// FILE: B.kt
|
||||
fun Any?.bar() = 42
|
||||
|
||||
fun f1() = A.bar()
|
||||
fun f2() = A.Nested.bar()
|
||||
Reference in New Issue
Block a user