Minor: WITH_RUNTIME removed from a set of intention tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user