[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
class Outer {
|
||||
class Nested {
|
||||
companion object {
|
||||
fun foo() = 42
|
||||
}
|
||||
}
|
||||
|
||||
companion object {
|
||||
fun bar() = 239
|
||||
}
|
||||
}
|
||||
|
||||
fun foo() = Outer.Nested.foo()
|
||||
fun bar() = Outer.bar()
|
||||
Reference in New Issue
Block a user