Smart completion: declarations of type Nothing filtered out
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun fail() : Nothing{
|
||||
throw RuntimeException()
|
||||
}
|
||||
|
||||
fun f(p : String) {
|
||||
var a : String = <caret>
|
||||
}
|
||||
|
||||
// EXIST: p
|
||||
// ABSENT: fail
|
||||
// ABSENT: error
|
||||
Reference in New Issue
Block a user