Add test for check access flags in class file (refactor WriteAccessFlagTest)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
public class Foo() {
|
||||
public trait MyTrait {
|
||||
}
|
||||
}
|
||||
|
||||
// TESTED_OBJECT_KIND: class
|
||||
// TESTED_OBJECTS: Foo$MyTrait
|
||||
// FLAGS: ACC_ABSTRACT, ACC_INTERFACE, ACC_PUBLIC
|
||||
Reference in New Issue
Block a user