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