mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
AllOpen: Make private members open again because of KT-19047
This commit is contained in:
committed by
Yan Zhulanow
parent
5ff014f89d
commit
3bb7febeb8
@@ -14,7 +14,7 @@ class Test {
|
||||
protected @org.jetbrains.annotations.NotNull method getProtectedProp(): java.lang.String
|
||||
public @org.jetbrains.annotations.NotNull method getPublicProp(): java.lang.String
|
||||
public method internalMethod$test_module(): void
|
||||
private final method privateMethod(): void
|
||||
private method privateMethod(): void
|
||||
protected method protectedMethod(): void
|
||||
public method publicMethod(): void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user