Exposed visibility checking, a set of exposed visibility tests, some test fixes
Effective visibility mechanism introduced. Local is considered as public, java protected as Kotlin protected, java package private as Kotlin private.
This commit is contained in:
committed by
Mikhail Glukhikh
parent
fa32aa2950
commit
0cc861f00b
+1
-1
@@ -1,6 +1,6 @@
|
||||
// FILE: JavaSuperClass.java
|
||||
|
||||
class JavaSuperClass {
|
||||
public class JavaSuperClass {
|
||||
public void foo(int javaName) {}
|
||||
|
||||
public void multipleParameters(int first, long second, String third) {}
|
||||
|
||||
Reference in New Issue
Block a user