Don't remove nullability assertions of anonymous object transformation
#KT-19910 Fixed
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user