Converter:
Use formatter in converter tests Reformat test data
This commit is contained in:
@@ -2,12 +2,12 @@ open class `$$$$$`() {
|
||||
}
|
||||
open class `$`() {
|
||||
}
|
||||
open class `$$`(`$$$$` : `$$$$$`?) : `$`() {
|
||||
val `$$$` : `$$$$$`?
|
||||
public open fun `$$$$$$`() : `$$$$$`? {
|
||||
return `$$$`
|
||||
}
|
||||
{
|
||||
`$$$` = `$$$$`
|
||||
}
|
||||
open class `$$`(`$$$$`: `$$$$$`?) : `$`() {
|
||||
val `$$$`: `$$$$$`?
|
||||
public open fun `$$$$$$`(): `$$$$$`? {
|
||||
return `$$$`
|
||||
}
|
||||
{
|
||||
`$$$` = `$$$$`
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user