0bc5007147
#KT-12369 Fixed
14 lines
174 B
Kotlin
Vendored
14 lines
174 B
Kotlin
Vendored
class Color {
|
|
companion object {
|
|
val RED = Color()
|
|
}
|
|
}
|
|
|
|
fun getColor(): Color? {
|
|
return Color<caret>
|
|
}
|
|
|
|
// INVOCATION_COUNT: 0
|
|
// ELEMENT: *
|
|
// CHAR: '.'
|