[KLIB IC] Add test about incremental kotlin-js-stdlib-klib recompliation

This commit is contained in:
Roman Artemev
2020-06-19 14:47:21 +03:00
committed by romanart
parent a493b21c7c
commit cc818025df
13 changed files with 69 additions and 0 deletions
@@ -0,0 +1,4 @@
class D : B {
override fun toString(): String = "D"
}