[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
// FILE: A.kt
|
||||
|
||||
package a
|
||||
|
||||
class Outer {
|
||||
open class Nested
|
||||
}
|
||||
|
||||
// FILE: B.kt
|
||||
|
||||
package b
|
||||
|
||||
import a.Outer
|
||||
|
||||
class My : Outer.Nested()
|
||||
Reference in New Issue
Block a user