[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
class Bar
|
||||
|
||||
class Foo {
|
||||
fun bar() = this
|
||||
fun Bar.buz() = this
|
||||
fun Bar.foo() = this@Foo
|
||||
fun Bar.foobar() = this@foobar
|
||||
}
|
||||
Reference in New Issue
Block a user