Convert IntentionTestGenerated to light fixture test case

This commit is contained in:
Dmitry Jemerov
2017-03-22 18:56:05 +01:00
parent 5af423f1b4
commit b24ce04dea
8 changed files with 34 additions and 84 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import kotlin.test.assertFailsWith
// INTENTION_TEXT: "Add import for 'kotlin.test.assertFailsWith'"
// WITH_RUNTIME
// RUNTIME_WITH_KOTLIN_TEST
fun foo() {
<caret>assertFailsWith<Exception>("", {})