741e031ff1
Use formatter in converter tests Reformat test data
6 lines
106 B
Kotlin
6 lines
106 B
Kotlin
open class Test() {
|
|
open fun getInt(): Int {
|
|
var b: Byte = 10
|
|
return b.toInt()
|
|
}
|
|
} |