Intention tests: add runtime where necessary

This commit is contained in:
Natalia Ukhorskaya
2015-12-16 14:24:41 +03:00
parent 78d737f3f4
commit 6a3ac66208
44 changed files with 44 additions and 0 deletions
@@ -1,3 +1,4 @@
// WITH_RUNTIME
abstract class Owner {
abstract fun <caret>f()
}
@@ -1,3 +1,4 @@
// WITH_RUNTIME
abstract class Owner {
}
@@ -1,3 +1,4 @@
// WITH_RUNTIME
abstract class Owner {
abstract val <caret>p: Int
}
@@ -1,3 +1,4 @@
// WITH_RUNTIME
abstract class Owner {
}