mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
Exposed visibility deprecation warnings made errors + relevant test fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// "Create member function 'foo'" "true"
|
||||
// ERROR: Unresolved reference: foo
|
||||
|
||||
fun test(a: A): Int? {
|
||||
internal fun test(a: A): Int? {
|
||||
return a.<caret>foo<String, Int>(1, "2")
|
||||
}
|
||||
Reference in New Issue
Block a user