Added correctness check of test data + fixed huge amount of incorrect code in test data
This commit is contained in:
+1
-4
@@ -1,4 +1,5 @@
|
||||
// FLOW: OUT
|
||||
// WITH_RUNTIME
|
||||
|
||||
class C {
|
||||
fun String.extensionFun(): Any {
|
||||
@@ -13,7 +14,3 @@ class C {
|
||||
val x = <caret>"".extensionFun()
|
||||
}
|
||||
}
|
||||
|
||||
inline fun <T, R> with(receiver: T, block: T.() -> R): R {
|
||||
return receiver.block()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user