Open
Description
It seems like Kotlin has a case-insensitivity bug.
durian-swt/durian-swt/src/main/java/com/diffplug/common/swt/ControlWrapper.kt
Lines 114 to 125 in f1b1e63
This code used to be java, and it had the same bug. I switched it to Kotlin to try to fix it.
When called from a Kotlin compiler, I get this error: Unresolved reference 'transparent'
. Interestingly, I get this error with both transparent
and Transparent
, and it's an accident that both methods exist at all.
Metadata
Metadata
Assignees
Labels
No labels