open modifier for functions added
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
protected fun test() : Unit {
|
||||
open protected fun test() : Unit {
|
||||
}
|
||||
Reference in New Issue
Block a user
@@ -1,2 +1,2 @@
|
||||
protected fun test() : Unit {
|
||||
open protected fun test() : Unit {
|
||||
}
|
||||