[NI] Add capturing receiver type for callable references
#KT-30292 Fixed
This commit is contained in:
+5
@@ -2696,6 +2696,11 @@ public class DiagnosticsTestWithStdLibGenerated extends AbstractDiagnosticsTestW
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt1558.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt30292.kt")
|
||||
public void testKt30292() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt30292.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt3458.kt")
|
||||
public void testKt3458() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/testsWithStdLib/inference/kt3458.kt");
|
||||
|
||||
Reference in New Issue
Block a user