[JVM + IR] Fix Generic Signature Test Expectations

This commit is contained in:
Kristoffer Andersen
2020-01-29 14:29:45 +01:00
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()
}
}