48db96b66d
Fixed #KT-30628
10 lines
618 B
Plaintext
Vendored
10 lines
618 B
Plaintext
Vendored
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 {]
|
|
> |