Deprecate visibility of static members inherited from Java
Now they are not visible by short name through companion objects, just like classifiers in KT-21515 ^KT-25333 In progress
This commit is contained in:
committed by
Dmitry Savvinov
parent
63202fe560
commit
76c651421b
@@ -0,0 +1,4 @@
|
||||
public class Java {
|
||||
public static int field = 42;
|
||||
public static void method() { }
|
||||
}
|
||||
Reference in New Issue
Block a user