Minor: move callable reference IR tests to a separate directory
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class A<T> {
|
||||
fun foo() {}
|
||||
val bar = 42
|
||||
}
|
||||
|
||||
val test1 = A<String>::foo
|
||||
val test2 = A<String>::bar
|
||||
Reference in New Issue
Block a user