Add bytecode listing test for use site targets and default targets (with priorities)

This commit is contained in:
Yan Zhulanow
2015-08-26 15:51:57 +03:00
parent 9dbd355e92
commit 552211b2f4
9 changed files with 350 additions and 0 deletions
@@ -208,6 +208,10 @@ fun main(args: Array<String>) {
model("codegen/bytecodeText")
}
testClass(javaClass<AbstractBytecodeListingTest>()) {
model("codegen/bytecodeListing")
}
testClass(javaClass<AbstractTopLevelMembersInvocationTest>()) {
model("codegen/topLevelMemberInvocation", extension = null, recursive = false)
}