Unused symbol: remove forced "used" from actual declarations
Now we really check whether actual declaration has usages (in expect or actual code) or not Related to KT-17512 Related to KT-15666
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
expect class My constructor() {
|
||||
// TODO: also should be deleted (KT-15666)
|
||||
fun foo()
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
expect class My constructor() {
|
||||
// TODO: also should be deleted (KT-15666)
|
||||
fun foo()
|
||||
}
|
||||
Reference in New Issue
Block a user