"Add open to callable" intention introduced #KT-16786 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
cdb42c989e
commit
83169ad781
@@ -0,0 +1,7 @@
|
||||
// IS_APPLICABLE: false
|
||||
|
||||
data class Bar(val foo: Int, val bar: Int)
|
||||
|
||||
open class Foo {
|
||||
<caret>var (foo, bar) = Bar(1, 1)
|
||||
}
|
||||
Reference in New Issue
Block a user