[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
public open class Class : R|test/Trait| {
|
||||
public constructor(): R|test/Class|
|
||||
|
||||
}
|
||||
|
||||
public abstract interface Trait : R|kotlin/Any| {
|
||||
public open fun f(a: R|kotlin/String|): R|kotlin/Unit|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user