Minor. Split BytecodeText tests about special builtin bridges

This commit is contained in:
Denis Zharkov
2015-11-16 11:51:46 +03:00
parent 3b2719735e
commit 1f704e0c4d
7 changed files with 135 additions and 6 deletions
@@ -0,0 +1,8 @@
abstract class A7 : MutableCollection<Int> {
override fun contains(o: Int): Boolean {
throw UnsupportedOperationException()
}
}
// 1 public final bridge contains\(Ljava/lang/Object;\)Z
// 1 public final bridge remove\(Ljava/lang/Object;\)Z