I think I found an IDE bug. On a boolean value pas...
# multiplatform
r
I think I found an IDE bug. On a boolean value passed as argument to an
expect
function I get the
Boolean literal argument without parameter name
warning, but named arguments are not allowed for members of expected classes
The quickfix actually breaks the code
Should I report that as an
IDEA
or
KT
bug? I never know for these kind of bugs
g
This is KT bug related to Kotlin Plugin
👍 1