J2K: convert protected member used outside of inheritors as public
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package test
|
||||
|
||||
open class BaseOtherPackage protected constructor() {
|
||||
|
||||
protected fun foo() {
|
||||
|
||||
}
|
||||
|
||||
protected var i = 1
|
||||
}
|
||||
Reference in New Issue
Block a user