Fix test data

Order of members returned by platform changed
Fix test files so test result would not depends on this order
This commit is contained in:
Pavel V. Talanov
2018-08-14 17:05:16 +02:00
parent b59f134f78
commit 8e470c7c4c
2 changed files with 0 additions and 8 deletions
@@ -1,10 +1,6 @@
package test
interface KotlinInterface {
fun foo() {
}
fun bar() {
}