[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
public final class Outer : R|kotlin/Any| {
|
||||
public constructor(): R|test/Outer|
|
||||
|
||||
public open class Nested1 : R|kotlin/Any| {
|
||||
public constructor(): R|test/Outer.Nested1|
|
||||
|
||||
}
|
||||
|
||||
public final class Nested2 : R|test/Outer.Nested1| {
|
||||
public constructor(): R|test/Outer.Nested2|
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user