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