Remove configuration kind from AbstractDumpDeclarationsTest tests

This commit is contained in:
Mikhael Bogdanov
2020-02-27 14:07:59 +01:00
parent e3efab5765
commit f84ac5e3f9
8 changed files with 7 additions and 4 deletions
@@ -1,3 +1,4 @@
// WITH_RUNTIME
interface A<T> {
suspend fun foo(): T
}