KT-13833 javascript: Smart type completion to lower priority of dynamic type
#KT-13833 Fixed
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun returnDynamic(): dynamic = TODO()
|
||||
fun returnString(): String = ""
|
||||
fun returnNothing(): Nothing? = TODO()
|
||||
|
||||
val test: Any? = return<caret>
|
||||
|
||||
// WITH_ORDER
|
||||
// EXIST: returnString
|
||||
// EXIST: returnDynamic
|
||||
// EXIST: returnNothing
|
||||
Reference in New Issue
Block a user