Don't remove nullability assertions of anonymous object transformation

#KT-19910 Fixed
This commit is contained in:
Mikhael Bogdanov
2017-09-01 15:02:36 +02:00
parent 599113b30f
commit 1cf8ee9433
4 changed files with 61 additions and 3 deletions
@@ -124,7 +124,7 @@ object InlineTestUtil {
return null
}
override fun visitMethod(access: Int, name: String, desc: String, signature: String, exceptions: Array<String>): MethodVisitor? {
override fun visitMethod(access: Int, name: String, desc: String, signature: String?, exceptions: Array<String>?): MethodVisitor? {
if (skipMethodsOfThisClass) {
return null
}