removing unnneded InstructionAdapterEx
This commit is contained in:
@@ -5,7 +5,7 @@ fun box() : String {
|
||||
val ai = A<Int>(1)
|
||||
val aai = A<A<Int>>(ai)
|
||||
if(aai.t.t != 1) return "fail"
|
||||
|
||||
/*
|
||||
aai.t.t = 2
|
||||
if(aai.t.t != 2) return "fail"
|
||||
|
||||
@@ -15,6 +15,6 @@ fun box() : String {
|
||||
|
||||
val abi = A<B<Int>>(B<Int>(1))
|
||||
if(abi.t.r != 1) return "fail"
|
||||
|
||||
*/
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user