Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
Vendored
+1
-1
@@ -1,7 +1,7 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
|
||||
|
||||
class B: J {
|
||||
internal class B: J {
|
||||
constructor(): super(<caret>1) {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user