[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
@@ -1,15 +1,11 @@
|
||||
interface IA {
|
||||
abstract operator fun get(index: String): Int
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
interface IB {
|
||||
abstract operator fun IA.set(index: String, value: Int)
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
fun IB.test(a: IA) {
|
||||
|
||||
Reference in New Issue
Block a user