StdLib cleanup: replace KeyMissingException with NoSuchElementException.

Remove KeyMissingException from testData
This commit is contained in:
Ilya Gorbunov
2015-09-29 21:46:05 +03:00
parent ff69b97030
commit c6caa67cfb
2 changed files with 4 additions and 14 deletions
@@ -1,6 +1,6 @@
import kotlin.properties.*
fun f(keyMissin<caret>)
fun f(readonlypr<caret>)
// EXIST: { lookupString: "keyMissingException", itemText: "keyMissingException: KeyMissingException", tailText: " (kotlin.properties)" }
// EXIST: { lookupString: "readOnlyProperty", itemText: "readOnlyProperty: ReadOnlyProperty", tailText: "<R, T> (kotlin.properties)" }
// NUMBER: 1