[FE 1.0] Deprecate declaration of expect and actual in the same module
^KT-40904 Fixed ^KT-55177 Fixed
This commit is contained in:
committed by
Space Team
parent
71a80c5e36
commit
b09561c3c3
@@ -0,0 +1,10 @@
|
||||
// !LANGUAGE: +MultiPlatformProjects
|
||||
// SKIP_TXT
|
||||
// Issue: KT-49714
|
||||
|
||||
expect class Counter {
|
||||
operator fun inc(): Counter
|
||||
operator fun dec(): Counter
|
||||
}
|
||||
|
||||
actual typealias Counter = Int
|
||||
Reference in New Issue
Block a user