Proper concrete implementation filtering in java 8 interface case
This commit is contained in:
@@ -28,7 +28,7 @@ class BridgeTest : TestCase() {
|
||||
private class Fun(val text: String) : FunctionHandle {
|
||||
override val isDeclaration: Boolean get() = text[1] == 'D'
|
||||
override val isAbstract: Boolean get() = text[0] == '-'
|
||||
|
||||
override val isInterfaceDeclaration: Boolean get() = false
|
||||
val signature: Char get() = text[2]
|
||||
|
||||
val overriddenFunctions: MutableList<Fun> = arrayListOf()
|
||||
|
||||
Reference in New Issue
Block a user