Extract Superclass: Fix visibility lifting when moving to interface
#KT-16281 Fixed
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// NAME: IPurePrivate
|
||||
// SIBLING:
|
||||
class PurePrivate {
|
||||
// INFO: {checked: "true", toAbstract: "true"}
|
||||
protected var protectedVar = 0
|
||||
// INFO: {checked: "true", toAbstract: "true"}
|
||||
protected fun protectedFun() {}
|
||||
}
|
||||
Reference in New Issue
Block a user