Files
kotlin-fork/j2k/tests/testData/ast/function/functionInFinalClass.ide.kt
T
Pavel V. Talanov 741e031ff1 Converter:
Use formatter in converter tests
Reformat test data
2013-12-22 16:46:51 +04:00

6 lines
54 B
Kotlin

package demo
class Final() {
fun test() {
}
}