KT-12369 Completion: pressing dot after class name should not cause insertion of constructor call
#KT-12369 Fixed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
class Color {
|
||||
companion object {
|
||||
val RED = Color()
|
||||
}
|
||||
}
|
||||
|
||||
fun getColor(): Color? {
|
||||
return Color<caret>
|
||||
}
|
||||
|
||||
// INVOCATION_COUNT: 0
|
||||
// ELEMENT: *
|
||||
// CHAR: '.'
|
||||
Reference in New Issue
Block a user