e09fadae51
#KT-8623 Fixed
10 lines
123 B
Plaintext
Vendored
10 lines
123 B
Plaintext
Vendored
fun Any.`as`(s: String): String{}
|
|
|
|
fun foo(p: Any) {
|
|
p as <caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 0
|
|
// ELEMENT: *
|
|
// CHAR: ' '
|