[BE IR] Skip comments for determining startOffset of declaration

This commit is contained in:
Dmitry Savvinov
2018-04-18 17:57:47 +03:00
committed by Dmitry Savvinov
parent 633f665b7f
commit 00036ba498
25 changed files with 267 additions and 169 deletions
@@ -34,6 +34,11 @@ public class IrSourceRangesTestCaseGenerated extends AbstractIrSourceRangesTestC
runTest("compiler/testData/ir/sourceRanges/augmentedAssignmentWithExpression.kt");
}
@TestMetadata("comments.kt")
public void testComments() throws Exception {
runTest("compiler/testData/ir/sourceRanges/comments.kt");
}
@TestMetadata("kt17108.kt")
public void testKt17108() throws Exception {
runTest("compiler/testData/ir/sourceRanges/kt17108.kt");