Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// "Create secondary constructor" "true"
|
||||
// ERROR: Too many arguments for public/*package*/ constructor J() defined in J
|
||||
|
||||
fun test() = J(1)
|
||||
internal fun test() = J(1)
|
||||
Reference in New Issue
Block a user