[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
@@ -14,29 +14,19 @@ object Factory {
|
||||
return "Omega"
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface Base {
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface Delegate : Base {
|
||||
abstract fun bar()
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface Derived : Delegate {
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
data class DataClass : Derived, Delegate {
|
||||
|
||||
Reference in New Issue
Block a user