0ae69e0d3e
#KT-6078 Fixed
7 lines
104 B
Kotlin
7 lines
104 B
Kotlin
// "Create function 'foo'" "true"
|
|
|
|
trait T
|
|
|
|
fun test(t: T) {
|
|
val b: Boolean = t.<caret>foo("1", 2)
|
|
} |