[IR] update testdata after using maxBlankLines=1 for Printer

This commit is contained in:
Zalim Bashorov
2020-11-06 02:47:33 +03:00
committed by teamcityserver
parent 6e318893f6
commit 602f0ddbc8
243 changed files with 0 additions and 1789 deletions
@@ -14,27 +14,5 @@ class MyMap<K : Any, V : Any> : AbstractMutableMap<K, V> {
return mutableSetOf<MutableEntry<K, V>>()
}
}
@@ -5,9 +5,6 @@ class ResolvedCall<C : Any?> {
}
}
class MyCandidate {
@@ -21,9 +18,6 @@ class MyCandidate {
field = resolvedCall
get
}
private fun <A : Any?> allCandidatesResult(allCandidates: Collection<MyCandidate>): @FlexibleNullability OverloadResolutionResultsImpl<@FlexibleNullability A?>? {
@@ -4,9 +4,6 @@ annotation class Storage : Annotation {
field = value
get
}
annotation class State : Annotation {
@@ -19,9 +16,6 @@ annotation class State : Annotation {
field = storages
get
}
@State(name = "1", storages = [Storage(value = "HELLO")])
@@ -32,8 +26,5 @@ class Test {
}
}
@@ -9,8 +9,5 @@ abstract class BaseFirBuilder<T : Any?> {
return block.invoke()
}
}
@@ -1,19 +1,13 @@
interface ComponentContainer {
}
interface PlatformSpecificExtension<S : PlatformSpecificExtension<S>> {
}
interface ComponentDescriptor {
}
abstract class PlatformExtensionsClashResolver<E : PlatformSpecificExtension<E>> {
@@ -27,9 +21,6 @@ abstract class PlatformExtensionsClashResolver<E : PlatformSpecificExtension<E>>
field = applicableTo
get
}
class ClashResolutionDescriptor<E : PlatformSpecificExtension<E>> {
@@ -47,9 +38,6 @@ class ClashResolutionDescriptor<E : PlatformSpecificExtension<E>> {
field = clashedComponents
private get
}
private val registrationMap: HashMap<Type, Any>
@@ -1,7 +1,5 @@
interface IrType {
}
interface TypeRemapper {
@@ -9,8 +7,6 @@ interface TypeRemapper {
abstract fun remapType(type: IrType): IrType
abstract fun leaveScope()
}
interface IrTypeParametersContainer : IrDeclaration, IrDeclarationParent {
@@ -18,30 +14,20 @@ interface IrTypeParametersContainer : IrDeclaration, IrDeclarationParent {
abstract get
abstract set
}
interface IrDeclaration {
}
interface IrTypeParameter : IrDeclaration {
abstract val superTypes: MutableList<IrType>
abstract get
}
interface IrDeclarationParent {
}
class DeepCopyIrTreeWithSymbols {
@@ -83,9 +69,6 @@ class DeepCopyIrTreeWithSymbols {
)
}
}
inline fun <T : Any?> TypeRemapper.withinScope(irTypeParametersContainer: IrTypeParametersContainer, fn: Function0<T>): T {
@@ -51,9 +51,6 @@ class Impl : A, B {
return #$$delegate_0.<get-size>()
}
}
fun box(): String {
@@ -26,9 +26,6 @@ fun box(): String {
return <this>.<get-s>().plus(other = <this>.<get-end>())
}
}
local open inner class Base {
@@ -42,17 +39,10 @@ fun box(): String {
field = s
get
}
}
<no name provided>()
}
return obj.foo()
@@ -49,22 +49,6 @@ data class Some<T : Any?> {
interface MyList<T : Any?> : List<Some<T>> {
}
open class SomeList<T : Any?> : MyList<T>, ArrayList<Some<T>> {
@@ -74,42 +58,6 @@ open class SomeList<T : Any?> : MyList<T>, ArrayList<Some<T>> {
}
}
class FinalList : SomeList<String> {
@@ -119,41 +67,5 @@ class FinalList : SomeList<String> {
}
}
@@ -14,29 +14,19 @@ object Factory {
return "Omega"
}
}
interface Base {
}
interface Delegate : Base {
abstract fun bar()
}
interface Derived : Delegate {
}
data class DataClass : Derived, Delegate {
@@ -18,8 +18,5 @@ class Some {
}
}
}
@@ -9,9 +9,6 @@ class Candidate {
field = symbol
get
}
abstract class AbstractFirBasedSymbol<E> where E : FirSymbolOwner<E>, E : FirDeclaration {
@@ -25,33 +22,22 @@ abstract class AbstractFirBasedSymbol<E> where E : FirSymbolOwner<E>, E : FirDec
get
set
}
interface FirDeclaration {
}
interface FirSymbolOwner<E> where E : FirSymbolOwner<E>, E : FirDeclaration {
abstract val symbol: AbstractFirBasedSymbol<E>
abstract get
}
interface FirCallableMemberDeclaration<F : FirCallableMemberDeclaration<F>> : FirSymbolOwner<F>, FirDeclaration {
abstract override val symbol: AbstractFirBasedSymbol<F>
abstract override get
}
fun foo(candidate: Candidate) {
@@ -10,8 +10,5 @@ class Owner {
map.putIfAbsent(p0 = x, p1 = y) /*~> Unit */
}
}
@@ -5,9 +5,6 @@ class V8Array {
}
}
fun box(): String {