open modifier for functions added

This commit is contained in:
Sergey Ignatov
2011-11-07 19:35:49 +04:00
parent fd7fde1058
commit 12b03042ea
47 changed files with 91 additions and 55 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
protected fun test() : Unit {
open protected fun test() : Unit {
}