KotlinSyntheticTypeComponentProvider: catch UnsupportedOperationException
#KT-10526 Fixed
This commit is contained in:
+3
@@ -47,6 +47,9 @@ public class KotlinSyntheticTypeComponentProvider: SyntheticTypeComponentProvide
|
||||
catch(e: AbsentInformationException) {
|
||||
return false
|
||||
}
|
||||
catch(e: UnsupportedOperationException) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
private fun Method.isDelegateToDefaultInterfaceImpl(): Boolean {
|
||||
|
||||
Reference in New Issue
Block a user