- Package facade classes should have ACC_DEPRECATED
- Light classes for package facades should be deprecated
This commit is contained in:
@@ -163,7 +163,7 @@ public abstract class KotlinLightClassStructureTest extends KotlinAsJavaTestBase
|
||||
}
|
||||
|
||||
public void testPackage() throws Exception {
|
||||
checkModifiers("test.TestPackage", PUBLIC, FINAL);
|
||||
checkModifiers("test.TestPackage", PUBLIC, FINAL, DEPRECATED);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user