[IR] update testdata after using maxBlankLines=1 for Printer
This commit is contained in:
committed by
teamcityserver
parent
6e318893f6
commit
602f0ddbc8
@@ -10,9 +10,6 @@ class TestInitVarFromParameter {
|
||||
get
|
||||
set
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestInitVarInClass {
|
||||
@@ -27,9 +24,6 @@ class TestInitVarInClass {
|
||||
get
|
||||
set
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestInitVarInInitBlock {
|
||||
@@ -47,9 +41,6 @@ class TestInitVarInInitBlock {
|
||||
<this>.<set-x>(<set-?> = 0)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestInitVarWithCustomSetter {
|
||||
@@ -66,9 +57,6 @@ class TestInitVarWithCustomSetter {
|
||||
#x = value
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestInitVarWithCustomSetterWithExplicitCtor {
|
||||
@@ -88,9 +76,6 @@ class TestInitVarWithCustomSetterWithExplicitCtor {
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
class TestInitVarWithCustomSetterInCtor {
|
||||
@@ -107,8 +92,5 @@ class TestInitVarWithCustomSetterInCtor {
|
||||
<this>.<set-x>(value = 42)
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user