[FIR-TEST] Move analysis tests to separate module
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
class A {
|
||||
fun bar(x: String): Int {}
|
||||
}
|
||||
|
||||
fun foo(x: (A, String) -> Int) {}
|
||||
|
||||
fun main() {
|
||||
foo(A::bar)
|
||||
}
|
||||
Reference in New Issue
Block a user