Move 'writeFlags' java 8 tests to common

This commit is contained in:
Mikhael Bogdanov
2018-10-22 17:17:45 +02:00
parent 37c38b6e43
commit 4284c19a16
10 changed files with 74 additions and 96 deletions
+17
View File
@@ -0,0 +1,17 @@
// JVM_TARGET: 1.8
interface Test {
fun test(): String {
return "OK"
}
fun testAbstract(): String
}
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Test, test
// FLAGS: ACC_PUBLIC, ACC_ABSTRACT
// TESTED_OBJECT_KIND: function
// TESTED_OBJECTS: Test, testAbstract
// FLAGS: ACC_PUBLIC, ACC_ABSTRACT