[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class My(var x: Int) {
|
||||
operator fun invoke() = x
|
||||
|
||||
fun foo() {}
|
||||
|
||||
fun copy() = My(x)
|
||||
}
|
||||
|
||||
fun testInvoke(): Int = My(13)()
|
||||
Reference in New Issue
Block a user