Convert SyntheticMethodForAnnotatedPropertyGenTest to a box test
This commit is contained in:
@@ -383,11 +383,6 @@ public abstract class CodegenTestCase extends KtUsefulTestCase {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
protected GeneratedClassLoader generateAndCreateClassLoader() {
|
||||
return generateAndCreateClassLoader(true);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
protected GeneratedClassLoader generateAndCreateClassLoader(boolean reportProblems) {
|
||||
if (initializedClassLoader != null) {
|
||||
|
||||
Reference in New Issue
Block a user