Intention tests: add runtime where necessary
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
abstract class Owner {
|
||||
abstract fun <caret>f()
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
abstract class Owner {
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
abstract class Owner {
|
||||
abstract val <caret>p: Int
|
||||
}
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
abstract class Owner {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user