StackOverflow fix on type remapping

This commit is contained in:
Michael Bogdanov
2016-01-13 14:38:38 +03:00
parent 94cea25e2e
commit 66ab1c484c
5 changed files with 37 additions and 1 deletions
@@ -45,7 +45,7 @@ class AsmTypeRemapper(val typeRemapper: TypeRemapper, val isDefaultGeneration: B
return super.visitTypeVariable(mapping.newName)
}
// else TypeVariable is replaced by concrete type
SignatureReader(mapping.signature).accept(this)
SignatureReader(mapping.signature).accept(v)
}
override fun visitFormalTypeParameter(name: String) {