Do not show "assertFailsWith" in any smart completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import kotlin.test.*
|
||||
|
||||
interface I<T>
|
||||
|
||||
fun <T> foo(i: I<T>){}
|
||||
|
||||
fun bar() {
|
||||
foo(ass<caret>)
|
||||
}
|
||||
|
||||
// ABSENT: assertFailsWith
|
||||
Reference in New Issue
Block a user