Files
kotlin-fork/idea/testData/multiModuleQuickFix/safeDeleteUsedInAnotherPlatform/common/common.kt.after
T
Mikhail Glukhikh eb92b7ed7f Unused symbol: don't suggest actual declaration used in another platform
Related to KT-17512
Related to KT-15666
2018-06-26 15:36:10 +03:00

4 lines
48 B
Plaintext
Vendored

expect class My constructor() {
fun foo()
}