Minor: WITH_RUNTIME removed from a set of intention tests

This commit is contained in:
Mikhail Glukhikh
2016-09-19 10:57:16 +03:00
parent 9ad820205e
commit 24c7efd323
8 changed files with 0 additions and 16 deletions
@@ -1,5 +1,3 @@
// WITH_RUNTIME
object Unit
fun <caret>foo() = Unit
@@ -1,5 +1,3 @@
// WITH_RUNTIME
object Unit
fun foo(): Unit {
@@ -1,3 +1 @@
// WITH_RUNTIME
fun <caret>foo() = Unit
@@ -1,4 +1,2 @@
// WITH_RUNTIME
fun foo() {
}
@@ -1,4 +1,2 @@
// WITH_RUNTIME
fun <caret>foo() {
}
@@ -1,3 +1 @@
// WITH_RUNTIME
fun foo() = Unit
@@ -1,4 +1,2 @@
// WITH_RUNTIME
fun <caret>foo(): Unit {
}
@@ -1,3 +1 @@
// WITH_RUNTIME
fun foo(): Unit = Unit