Files
kotlin-fork/idea/idea-completion/testData/smart/NoAssertFailsWith.kt
T
2015-11-09 15:37:47 +03:00

12 lines
124 B
Kotlin
Vendored

import kotlin.test.*
interface I<T>
fun <T> foo(i: I<T>){}
fun bar() {
foo(ass<caret>)
}
// ABSENT: assertFailsWith