Support visibility for protected static members
#KT-2999 Fixed
This commit is contained in:
@@ -95,6 +95,13 @@ public class GenerateTests {
|
||||
testModel("compiler/testData/codegen/multiDecl", "blackBoxFileByFullPath")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"VisibilityGenWithJavaTestGenerated",
|
||||
AbstractCodegenTest.class,
|
||||
testModel("compiler/testData/codegen/visibility/withJava/protected_static", "blackBoxFileWithJavaByFullPath")
|
||||
);
|
||||
|
||||
generateTest(
|
||||
"compiler/tests/",
|
||||
"WriteFlagsTestGenerated",
|
||||
|
||||
Reference in New Issue
Block a user