Fix testData
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// IS_APPLICABLE: false
|
||||
// WITH_RUNTIME
|
||||
// ERROR: None of the following functions can be called with the arguments supplied: <br>public fun assert(value: kotlin.Boolean): kotlin.Unit defined in kotlin<br>public inline fun assert(value: kotlin.Boolean, lazyMessage: () -> kotlin.Any): kotlin.Unit defined in kotlin
|
||||
// ERROR: None of the following functions can be called with the arguments supplied: <br>@kotlin.internal.InlineOnly public inline fun assert(value: kotlin.Boolean): kotlin.Unit defined in kotlin<br>@kotlin.internal.InlineOnly public inline fun assert(value: kotlin.Boolean, lazyMessage: () -> kotlin.Any): kotlin.Unit defined in kotlin
|
||||
|
||||
fun foo() {
|
||||
<caret>assert()
|
||||
|
||||
@@ -3,5 +3,5 @@
|
||||
package test
|
||||
|
||||
fun foo() {
|
||||
<caret>currentThread
|
||||
<caret>asserter
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
|
||||
package test
|
||||
|
||||
import kotlin.concurrent.currentThread
|
||||
import kotlin.test.asserter
|
||||
|
||||
fun foo() {
|
||||
currentThread
|
||||
asserter
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
Resolve target: fun kotlin.CharSequence.isNotEmpty(): kotlin.Boolean
|
||||
Resolve target: inline fun kotlin.CharSequence.isNotEmpty(): kotlin.Boolean
|
||||
----------------------------------------------
|
||||
fun foo(p: String) {
|
||||
/* STATEMENT DELETED: if (x()) return */
|
||||
|
||||
Reference in New Issue
Block a user