Files
kotlin-fork/testData/ast/function/method/protected.kt
T
2011-11-09 16:04:57 +04:00

2 lines
36 B
Kotlin

open protected fun test() : Unit {
}