Add test for KT-25489 (to reproduce, turn UL classes OFF)
This commit is contained in:
+5
@@ -147,6 +147,11 @@ public class LightAnalysisModeTestGenerated extends AbstractLightAnalysisModeTes
|
||||
runTest("compiler/testData/codegen/box/annotations/kt10136.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("kt25489.kt")
|
||||
public void testKt25489() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/kt25489.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("mustBeDocumented.kt")
|
||||
public void testMustBeDocumented() throws Exception {
|
||||
runTest("compiler/testData/codegen/box/annotations/mustBeDocumented.kt");
|
||||
|
||||
Reference in New Issue
Block a user