cdf6229fff
#KT-7486 Fixed
9 lines
137 B
Plaintext
Vendored
9 lines
137 B
Plaintext
Vendored
import kotlin.platform.platformStatic
|
|
|
|
class A {
|
|
companion object {
|
|
platformStatic<caret>
|
|
}
|
|
}
|
|
|
|
// ELEMENT: platformStatic |