Converter:

Use formatter in converter tests
Reformat test data
This commit is contained in:
Pavel V. Talanov
2013-11-26 18:28:04 +04:00
parent ea6b751645
commit 741e031ff1
377 changed files with 2742 additions and 2574 deletions
@@ -2,12 +2,12 @@ open class `$$$$$`() {
}
open class `$`() {
}
open class `$$`(`$$$$` : `$$$$$`?) : `$`() {
val `$$$` : `$$$$$`?
public open fun `$$$$$$`() : `$$$$$`? {
return `$$$`
}
{
`$$$` = `$$$$`
}
open class `$$`(`$$$$`: `$$$$$`?) : `$`() {
val `$$$`: `$$$$$`?
public open fun `$$$$$$`(): `$$$$$`? {
return `$$$`
}
{
`$$$` = `$$$$`
}
}