Do not show "assertFailsWith" in any smart completion

This commit is contained in:
Valentin Kipyatkov
2015-11-06 15:25:59 +03:00
parent 63b5966212
commit 4c5d5ed18f
3 changed files with 27 additions and 14 deletions
@@ -0,0 +1,11 @@
import kotlin.test.*
interface I<T>
fun <T> foo(i: I<T>){}
fun bar() {
foo(ass<caret>)
}
// ABSENT: assertFailsWith