Cleanup 192 patchset files (KTI-315)

This commit is contained in:
Yunir Salimzyanov
2020-08-13 19:00:06 +03:00
parent 73aa21aab6
commit 42da9e62db
126 changed files with 0 additions and 11671 deletions
@@ -1,5 +0,0 @@
Actual data differs from file content: ClassAndConstuctors.source.expected expected:< [SomeClassWithConstructors.class
public final class <1><2><3><4>SomeClassWithConstructors public constructor(arg: kotlin.String)] {
> but was:< [classAndConstructors.kt
class <1><2><3><4>SomeClassWithConstructors(private val arg: String) ] {
>
@@ -1,10 +0,0 @@
Actual data differs from file content: OverloadedFun.source.expected expected:<...d from a class file
[// Implementation of methods is not available
package testData.libraries
@kotlin.jvm.JvmOverloads public fun <T> kotlin.String.<2><4><6>overloadedFun(vararg specs: kotlin.String, allowExisting: kotlin.Boolean /* = compiled code */, x: kotlin.Int, y: kotlin.Int /* = compiled code */, z: T): kotlin.String { /* compiled code */ }]
> but was:<...d from a class file
[ overloadedFun.kt
fun <T> String.<2><4><6>overloadedFun(vararg specs: String, allowExisting: Boolean = false, x: Int, y: Int = 2, z: T): String {]
>
@@ -1,12 +0,0 @@
Actual data differs from file content: RenamedElements.source.expected expected:<[RenamedElementsKt.class
<1>// IntelliJ API Decompiler stub source generated from a class file
// Implementation of methods is not available
package testData.libraries
@kotlin.jvm.JvmName public fun <2>funToRename(x: kotlin.Int): kotlin.Unit { /* compiled code */ }]
> but was:<[ RenamedElementsKt.class
<1>// IntelliJ API Decompiler stub source generated from a class file
renamedElements.kt
fun <2>funToRename(x: Int) {]
>