[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
public final class TwoFields : R|kotlin/Any| {
|
||||
public final var a: R|kotlin/Int|
|
||||
public get(): R|kotlin/Int|
|
||||
public set(value: R|kotlin/Int|): R|kotlin/Unit|
|
||||
|
||||
public final var b: R|kotlin/Short|
|
||||
public get(): R|kotlin/Short|
|
||||
public set(value: R|kotlin/Short|): R|kotlin/Unit|
|
||||
|
||||
public constructor(): R|test/TwoFields|
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user