[JVM + IR] Fix Generic Signature Test Expectations
This commit is contained in:
committed by
Alexander Udalov
parent
e226561150
commit
f262f61096
@@ -1,5 +1,3 @@
|
||||
// IGNORE_BACKEND: JVM_IR
|
||||
|
||||
class MyList<T> {
|
||||
|
||||
private fun noSignature(): T? = null
|
||||
@@ -7,7 +5,7 @@ class MyList<T> {
|
||||
fun withSignature(): T? = null
|
||||
|
||||
fun removeHeader() {
|
||||
fun a () {
|
||||
{
|
||||
noSignature()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user