Fix testData after types enhancement
This commit is contained in:
@@ -45,10 +45,10 @@ fun checkAssertions(illegalStateExpected: Boolean) {
|
||||
check("plus") { A() + A() }
|
||||
|
||||
// field
|
||||
check("NULL") { A().NULL }
|
||||
// check("NULL") { A().NULL }
|
||||
|
||||
// static field
|
||||
check("STATIC_NULL") { A.STATIC_NULL }
|
||||
// check("STATIC_NULL") { A.STATIC_NULL }
|
||||
|
||||
// postfix expression
|
||||
// TODO:
|
||||
|
||||
@@ -137,7 +137,7 @@ public class GenerateNotNullAssertionsTest extends CodegenTestCase {
|
||||
loadFile("notNullAssertions/javaMultipleSubstitutions.kt");
|
||||
String text = generateToText();
|
||||
|
||||
assertEquals(3, StringUtil.getOccurrenceCount(text, "checkExpressionValueIsNotNull"));
|
||||
assertEquals(0, StringUtil.getOccurrenceCount(text, "checkExpressionValueIsNotNull"));
|
||||
assertEquals(3, StringUtil.getOccurrenceCount(text, "checkParameterIsNotNull"));
|
||||
}
|
||||
|
||||
|
||||
@@ -4,9 +4,9 @@ Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socke
|
||||
stepIntoSpecificKotlinClasses.kt:8
|
||||
MyJavaClass.java:12
|
||||
stepIntoSpecificKotlinClasses.kt:8
|
||||
Intrinsics.!EXT!
|
||||
stepIntoSpecificKotlinClasses.kt:8
|
||||
stepIntoSpecificKotlinClasses.kt:9
|
||||
stepIntoSpecificKotlinClasses.kt:10
|
||||
Thread.!EXT!
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user