[FIR-TEST] Add new testdata generated after changes in previous commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
import kotlin.jvm.*
|
||||
|
||||
external fun foo() {}
|
||||
|
||||
class C {
|
||||
external fun foo() {}
|
||||
|
||||
companion object {
|
||||
external fun foo() {}
|
||||
}
|
||||
}
|
||||
|
||||
object O {
|
||||
external fun foo() {}
|
||||
}
|
||||
|
||||
fun test() {
|
||||
class Local {
|
||||
external fun foo() {}
|
||||
}
|
||||
|
||||
object {
|
||||
external fun foo() {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user