0a5aa2b60c
#KT-21999 Fixed
13 lines
173 B
Plaintext
Vendored
13 lines
173 B
Plaintext
Vendored
// IS_APPLICABLE: true
|
|
// WITH_RUNTIME
|
|
|
|
class Test {
|
|
fun test() {
|
|
with(Any()) {
|
|
val f = this@Test::foo
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
fun Test.foo(s: String) {} |