Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
Vendored
+1
-1
@@ -3,6 +3,6 @@
|
||||
// ACTION: Create extension property 'foo'
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test(a: A): String? {
|
||||
internal fun test(a: A): String? {
|
||||
return a.<caret>foo
|
||||
}
|
||||
Reference in New Issue
Block a user