KMP: Put "prohibit actual typealias to special annotations" under the flag
^KT-61668 Fixed Review: https://jetbrains.team/p/kt/reviews/12062/timeline
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
// LANGUAGE: -MultiplatformRestrictions
|
||||
// FIR_IDENTICAL
|
||||
// WITH_STDLIB
|
||||
// MODULE: m1-common
|
||||
// FILE: common.kt
|
||||
expect annotation class TypealiasToKotlinPkg
|
||||
|
||||
// MODULE: m1-jvm()()(m1-common)
|
||||
// FILE: jvm.kt
|
||||
actual typealias TypealiasToKotlinPkg = kotlin.Deprecated
|
||||
|
||||
Reference in New Issue
Block a user