[Analysis API] mute tests for expect/actual rendering as expect/actuals are not suported in symbols yet

^KT-54036
^KTIJ-23268
This commit is contained in:
Ilya Kirillov
2022-10-28 09:59:45 +02:00
parent 26ec7ec296
commit 10b593ba8c
@@ -1,12 +1,12 @@
expect class MyClass
class MyClass
expect fun foo(): String
fun foo(): String
expect val x: Int
val x: Int
actual class MyClass
class MyClass
actual fun foo(): String
fun foo(): String
actual val x: Int
val x: Int