[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
fun String.foo() {}
|
||||
|
||||
fun String.bar() {
|
||||
foo()
|
||||
}
|
||||
|
||||
class My {
|
||||
fun bar() {
|
||||
foo()
|
||||
}
|
||||
}
|
||||
|
||||
fun My.foo() {}
|
||||
Reference in New Issue
Block a user