[FIR] Only mark declaration name with ACTUAL_WITHOUT_EXPECT

#KT-58827 Fixed
This commit is contained in:
Kirill Rakhman
2023-06-21 17:13:00 +02:00
committed by Space Team
parent 3e6175fe30
commit c95a9ff55e
31 changed files with 130 additions and 105 deletions
@@ -10,4 +10,4 @@ expect class Counter {
operator fun dec(): Counter
}
<!ACTUAL_WITHOUT_EXPECT!>actual typealias Counter = Int<!>
actual typealias <!ACTUAL_WITHOUT_EXPECT!>Counter<!> = Int