[LC] add test on Throws annotation
This commit is contained in:
committed by
Space Team
parent
5a74fec3ac
commit
0e23ffcec9
+5
@@ -224,6 +224,11 @@ public class CompilerLightClassTestGenerated extends AbstractCompilerLightClassT
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/StubOrderForOverloads.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("Throws.kt")
|
||||
public void testThrows() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/Throws.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("TypePararametersInClass.kt")
|
||||
public void testTypePararametersInClass() throws Exception {
|
||||
runTest("compiler/testData/asJava/lightClasses/lightClassByFqName/TypePararametersInClass.kt");
|
||||
|
||||
Reference in New Issue
Block a user