[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
fun Any.withInvoke(f: String.() -> Unit) {
|
||||
if (this is String) {
|
||||
f() // Should be OK
|
||||
}
|
||||
}
|
||||
|
||||
fun String.withInvoke(f: String.() -> Unit) {
|
||||
f()
|
||||
}
|
||||
Reference in New Issue
Block a user