[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FILE: byteArray.kt
|
||||
public abstract interface ByteArray : R|kotlin/Any| {
|
||||
public abstract val array: R|Test/ByteArray|
|
||||
public get(): R|Test/ByteArray|
|
||||
|
||||
}
|
||||
FILE: main.kt
|
||||
public abstract interface My : R|kotlin/Any| {
|
||||
public abstract val array: R|kotlin/ByteArray|
|
||||
public get(): R|kotlin/ByteArray|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user