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