KotlinSyntheticTypeComponentProvider: catch UnsupportedOperationException

#KT-10526 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-12-29 14:50:57 +03:00
parent 36d154babf
commit 5c83e2ac5b
@@ -47,6 +47,9 @@ public class KotlinSyntheticTypeComponentProvider: SyntheticTypeComponentProvide
catch(e: AbsentInformationException) {
return false
}
catch(e: UnsupportedOperationException) {
return false
}
}
private fun Method.isDelegateToDefaultInterfaceImpl(): Boolean {