Scratch: find correct line to report error at
^KT-23480 Fixed EA-117936 Fixed
This commit is contained in:
+10
@@ -66,6 +66,11 @@ public class ScratchRunActionTestGenerated extends AbstractScratchRunActionTest
|
||||
runTest("idea/testData/scratch/unresolved.kts");
|
||||
}
|
||||
|
||||
@TestMetadata("unresolvedMultiline.kts")
|
||||
public void testUnresolvedMultiline() throws Exception {
|
||||
runTest("idea/testData/scratch/unresolvedMultiline.kts");
|
||||
}
|
||||
|
||||
@TestMetadata("userOutput.kts")
|
||||
public void testUserOutput() throws Exception {
|
||||
runTest("idea/testData/scratch/userOutput.kts");
|
||||
@@ -129,6 +134,11 @@ public class ScratchRunActionTestGenerated extends AbstractScratchRunActionTest
|
||||
runTest("idea/testData/scratch/unresolved.kts");
|
||||
}
|
||||
|
||||
@TestMetadata("unresolvedMultiline.kts")
|
||||
public void testUnresolvedMultiline() throws Exception {
|
||||
runTest("idea/testData/scratch/unresolvedMultiline.kts");
|
||||
}
|
||||
|
||||
@TestMetadata("userOutput.kts")
|
||||
public void testUserOutput() throws Exception {
|
||||
runTest("idea/testData/scratch/userOutput.kts");
|
||||
|
||||
Reference in New Issue
Block a user