Files
Sergey Bogolepov a22dcc0f14 [K/N] Test case for KT-51302
There is no infrastructure for testing klib ABI compatibility yet.
As a workaround, we store klib directly in repo.
2022-02-17 11:12:57 +00:00

375 B

At the time of writing, there is no infrastructure for writing klib compatibility tests. Instead, we store klib directly in repository. kt51302_dependency was generated from lib.kt

annotation class C

with the following command:

~/.konan/kotlin-native-prebuilt-macos-x86_64-1.6.10/bin/konanc -p library lib.kt -nopack -o kt51302_dependency