Minor. Introduce FunctionHandle::mightBeIncorrectCode
This commit is contained in:
@@ -30,6 +30,8 @@ interface FunctionHandle {
|
||||
val mayBeUsedAsSuperImplementation: Boolean
|
||||
|
||||
fun getOverridden(): Iterable<FunctionHandle>
|
||||
|
||||
val mightBeIncorrectCode: Boolean get() = false
|
||||
}
|
||||
|
||||
data class Bridge<out Signature>(
|
||||
|
||||
Reference in New Issue
Block a user