Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
+1
-1
@@ -2,4 +2,4 @@ fun box(): String {
|
||||
return f(JavaClass())
|
||||
}
|
||||
|
||||
fun f(c: C) = c.ok
|
||||
internal fun f(c: C) = c.ok
|
||||
|
||||
Reference in New Issue
Block a user