Fix NPE in checkLValue when selector is absent. Add test for incomplete syntax.
This commit is contained in:
@@ -67,6 +67,7 @@ package lvalue_assignment {
|
||||
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
|
||||
internal final fun testArrays(/*0*/ a: kotlin.Array<kotlin.Int>, /*1*/ ab: lvalue_assignment.Ab): kotlin.Unit
|
||||
internal final fun testIllegalValues(): kotlin.Unit
|
||||
internal final fun testIncompleteSyntax(): kotlin.Unit
|
||||
internal final fun testVariables(): kotlin.Unit
|
||||
internal final fun testVariables1(): kotlin.Unit
|
||||
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
|
||||
|
||||
Reference in New Issue
Block a user