Fix IAE for wrong use-site @file annotation
#EA-100189 Fixed
This commit is contained in:
Vendored
+12
@@ -0,0 +1,12 @@
|
||||
package
|
||||
|
||||
public fun test1(/*0*/ @file:kotlin.Suppress(names = {""}) x: kotlin.Int): kotlin.Unit
|
||||
@file:kotlin.Suppress(names = {""}) public fun test2(): kotlin.Unit
|
||||
public fun @file:kotlin.Suppress(names = {""}) kotlin.Int.test3(): kotlin.Unit
|
||||
|
||||
public final class OnType {
|
||||
public constructor OnType(/*0*/ x: @file:kotlin.Suppress(names = {""}) kotlin.Int)
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user