Smart completion: checking constructor's visibility + true and false for Boolean
#KT-4916 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun foo(): Boolean = <caret>
|
||||
|
||||
// EXIST: true
|
||||
// EXIST: false
|
||||
// ABSENT: Boolean
|
||||
Reference in New Issue
Block a user