Fix small compilation problems in LC testdata which should not influence LC results
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
package pkg
|
||||
|
||||
open class Open {
|
||||
private class Private: Open {}
|
||||
private class Private: Open() {}
|
||||
protected inner class Private2 {}
|
||||
internal class StaticInternal {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user