[Test] Add missing WITH_STDLIB directive to test

This particular test references kotlin.reflect.KProperty1 both in
  common and platform sourceset. And if there is no stdlib in dependecies
  it resolves to KProperty1 from builstins, which is expect (see KT-64061),
  which leads to broken expectations that after IR actualization there
  are no referenced expect classes
This commit is contained in:
Dmitriy Novozhilov
2023-12-06 13:20:16 +02:00
committed by Space Team
parent f5028bfc27
commit 56a48b1148
@@ -4,7 +4,7 @@
// TARGET_BACKEND: NATIVE
// TARGET_BACKEND: WASM
// TARGET_BACKEND: JVM_IR
// WITH_STDLIB
// MODULE: common
// FILE: common.kt