Cleanup after review
+ stub builder test for multifile class
This commit is contained in:
-1
@@ -95,7 +95,6 @@ public class ReadKotlinClassHeaderAnnotationVisitor implements AnnotationVisitor
|
||||
return headerKind == CLASS ||
|
||||
headerKind == PACKAGE_FACADE ||
|
||||
headerKind == FILE_FACADE ||
|
||||
headerKind == MULTIFILE_CLASS ||
|
||||
headerKind == MULTIFILE_CLASS_PART;
|
||||
}
|
||||
|
||||
|
||||
@@ -24,5 +24,4 @@ public @interface KotlinMultifileClass {
|
||||
int abiVersion();
|
||||
|
||||
String[] filePartClassNames();
|
||||
String[] data();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user