[NI] Test data to understand changes in the next commit

##KT-31969 In Progress
This commit is contained in:
Mikhail Zarechenskiy
2019-06-18 16:28:13 +03:00
parent 50ad21e388
commit ca997de6a7
9 changed files with 147 additions and 0 deletions
@@ -0,0 +1,11 @@
package
public fun </*0*/ T : View> foo(): T?
public fun test(): kotlin.Unit
public open class View {
public constructor View()
public open override /*1*/ /*fake_override*/ fun equals(/*0*/ other: kotlin.Any?): kotlin.Boolean
public open override /*1*/ /*fake_override*/ fun hashCode(): kotlin.Int
public open override /*1*/ /*fake_override*/ fun toString(): kotlin.String
}