[Parser] Fix parsing of unfinished dot access in string template
Problem appeared in cases like this: "{someVar.}"
#KT-34440 Fixed
This commit is contained in:
committed by
TeamCityServer
parent
8999fd88b1
commit
329066a4f3
+5
@@ -328,6 +328,11 @@ public class FirOldFrontendDiagnosticsTestGenerated extends AbstractFirOldFronte
|
||||
runTest("compiler/testData/diagnostics/tests/kt310.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34440.kt")
|
||||
public void testKt34440() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt34440.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt34857.kt")
|
||||
public void testKt34857() throws Exception {
|
||||
runTest("compiler/testData/diagnostics/tests/kt34857.kt");
|
||||
|
||||
Reference in New Issue
Block a user