741e031ff1
Use formatter in converter tests Reformat test data
7 lines
122 B
Kotlin
7 lines
122 B
Kotlin
package test
|
|
|
|
open class User() {
|
|
open fun main() {
|
|
var list: MutableList<*>? = java.util.LinkedList()
|
|
}
|
|
} |