Surround with null check: fix incorrect check for 'in' expression
#KT-31749 Fixed
This commit is contained in:
committed by
Ilya Kirillov
parent
1188f4617a
commit
11044a3ab5
@@ -13161,6 +13161,11 @@ public class QuickFixTestGenerated extends AbstractQuickFixTest {
|
||||
runTest("idea/testData/quickfix/surroundWithNullCheck/expressionUnsafeCall.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("in.kt")
|
||||
public void testIn() throws Exception {
|
||||
runTest("idea/testData/quickfix/surroundWithNullCheck/in.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("infixUnsafeCall.kt")
|
||||
public void testInfixUnsafeCall() throws Exception {
|
||||
runTest("idea/testData/quickfix/surroundWithNullCheck/infixUnsafeCall.kt");
|
||||
|
||||
Reference in New Issue
Block a user