Minor. Introduce FunctionHandle::mightBeIncorrectCode

This commit is contained in:
Denis Zharkov
2018-12-21 10:54:29 +03:00
parent cd51658976
commit e0ff7281b4
3 changed files with 19 additions and 6 deletions
@@ -30,6 +30,8 @@ interface FunctionHandle {
val mayBeUsedAsSuperImplementation: Boolean
fun getOverridden(): Iterable<FunctionHandle>
val mightBeIncorrectCode: Boolean get() = false
}
data class Bridge<out Signature>(