Converter:
Use formatter in converter tests Reformat test data
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class T() {
|
||||
fun main() {
|
||||
}
|
||||
fun i() : Int {
|
||||
}
|
||||
fun s() : String? {
|
||||
}
|
||||
fun main() {
|
||||
}
|
||||
fun i(): Int {
|
||||
}
|
||||
fun s(): String? {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user