a1e86e8bfa
(cherry picked from commit a51d3fc)
6 lines
151 B
Kotlin
Vendored
6 lines
151 B
Kotlin
Vendored
// "Create member function 'A.foo'" "true"
|
|
// ERROR: Unresolved reference: foo
|
|
|
|
internal fun test(a: A): Int? {
|
|
return a.foo<String, Int>(1, "2")
|
|
} |