;;; Code for supermethodcall.GrandParentInterface [type definition]
(type $supermethodcall.GrandParentInterface.vtable (sub (struct
 (field $m_defaultGrandParent__void (ref $function.m_defaultGrandParent__void))
 ))
)

;;; Code for supermethodcall.ParentInterface [type definition]
(type $supermethodcall.ParentInterface.vtable (sub (struct
 (field $m_defaultParent__void (ref $function.m_defaultParent__void))
 ))
)

;;; Code for supermethodcall.I1 [type definition]
(type $supermethodcall.I1.vtable (sub (struct
 (field $m_m__void (ref $function.m_m__void))
 ))
)

;;; Code for supermethodcall.I2 [type definition]
(type $supermethodcall.I2.vtable (sub (struct
 (field $m_m__void (ref $function.m_m__void))
 ))
)

;;; Code for supermethodcall.GrandParent [type definition]
(type $supermethodcall.GrandParent.vtable (sub $java.lang.Object.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_defaultGrandParent__void (ref $function.m_defaultGrandParent__void))
 (field $m_defaultParent__void (ref $function.m_defaultParent__void))
 (field $m_grandParentSimplest__void (ref $function.m_grandParentSimplest__void))
 (field $m_grandParentWithChangingReturn__java_lang_Object (ref $function.m_grandParentWithChangingReturn__java_lang_Object))
 (field $m_grandParentWithParams__int__void (ref $function.m_grandParentWithParams__int__void))
 ))
)
(type $supermethodcall.GrandParent (sub $java.lang.Object (struct
 (field $vtable (ref $supermethodcall.GrandParent.vtable))
 (field $itable (ref $itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.I3 [type definition]
(type $supermethodcall.I3.vtable (sub $supermethodcall.I1.vtable (struct
 (field $m_m__void (ref $function.m_m__void))
 ))
)

;;; Code for supermethodcall.Super [type definition]
(type $supermethodcall.Super.vtable (sub $java.lang.Object.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_m__void (ref $function.m_m__void))
 ))
)
(type $supermethodcall.Super (sub $java.lang.Object (struct
 (field $vtable (ref $supermethodcall.Super.vtable))
 (field $itable (ref $itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.SuperToStringTest [type definition]
(type $supermethodcall.SuperToStringTest.vtable (sub $java.lang.Object.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_m__void (ref $function.m_m__void))
 ))
)
(type $supermethodcall.SuperToStringTest (sub $java.lang.Object (struct
 (field $vtable (ref $supermethodcall.SuperToStringTest.vtable))
 (field $itable (ref $supermethodcall.SuperToStringTest.itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.I2.$LambdaAdaptor [type definition]
(type $supermethodcall.I2.$LambdaAdaptor.vtable (sub $java.lang.Object.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_m__void (ref $function.m_m__void))
 ))
)
(type $supermethodcall.I2.$LambdaAdaptor (sub $java.lang.Object (struct
 (field $vtable (ref $supermethodcall.I2.$LambdaAdaptor.vtable))
 (field $itable (ref $supermethodcall.I2.$LambdaAdaptor.itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.Parent [type definition]
(type $supermethodcall.Parent.vtable (sub $supermethodcall.GrandParent.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_defaultGrandParent__void (ref $function.m_defaultGrandParent__void))
 (field $m_defaultParent__void (ref $function.m_defaultParent__void))
 (field $m_grandParentSimplest__void (ref $function.m_grandParentSimplest__void))
 (field $m_grandParentWithChangingReturn__java_lang_Object (ref $function.m_grandParentWithChangingReturn__java_lang_Object))
 (field $m_grandParentWithParams__int__void (ref $function.m_grandParentWithParams__int__void))
 (field $m_parentSimplest__void (ref $function.m_parentSimplest__void))
 (field $m_parentWithChangingReturn__java_lang_Object (ref $function.m_parentWithChangingReturn__java_lang_Object))
 (field $m_parentWithParams__int__void (ref $function.m_parentWithParams__int__void))
 ))
)
(type $supermethodcall.Parent (sub $supermethodcall.GrandParent (struct
 (field $vtable (ref $supermethodcall.Parent.vtable))
 (field $itable (ref $supermethodcall.Parent.itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.Sub [type definition]
(type $supermethodcall.Sub.vtable (sub $supermethodcall.Super.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_m__void (ref $function.m_m__void))
 ))
)
(type $supermethodcall.Sub (sub $supermethodcall.Super (struct
 (field $vtable (ref $supermethodcall.Sub.vtable))
 (field $itable (ref $supermethodcall.Sub.itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.Child [type definition]
(type $supermethodcall.Child.vtable (sub $supermethodcall.Parent.vtable (struct
 (field $$getClassImpl__java_lang_Class (ref $function.$getClassImpl__java_lang_Class))
 (field $m_equals__java_lang_Object__boolean (ref $function.m_equals__java_lang_Object__boolean))
 (field $m_hashCode__int (ref $function.m_hashCode__int))
 (field $m_toString__java_lang_String (ref $function.m_toString__java_lang_String))
 (field $m_defaultGrandParent__void (ref $function.m_defaultGrandParent__void))
 (field $m_defaultParent__void (ref $function.m_defaultParent__void))
 (field $m_grandParentSimplest__void (ref $function.m_grandParentSimplest__void))
 (field $m_grandParentWithChangingReturn__java_lang_Object (ref $function.m_grandParentWithChangingReturn__java_lang_Object))
 (field $m_grandParentWithParams__int__void (ref $function.m_grandParentWithParams__int__void))
 (field $m_parentSimplest__void (ref $function.m_parentSimplest__void))
 (field $m_parentWithChangingReturn__java_lang_Object (ref $function.m_parentWithChangingReturn__java_lang_Object))
 (field $m_parentWithParams__int__void (ref $function.m_parentWithParams__int__void))
 (field $m_grandParentWithChangingReturn__supermethodcall_Child (ref $function.m_grandParentWithChangingReturn__supermethodcall_Child))
 (field $m_parentWithChangingReturn__supermethodcall_Child (ref $function.m_parentWithChangingReturn__supermethodcall_Child))
 ))
)
(type $supermethodcall.Child (sub $supermethodcall.Parent (struct
 (field $vtable (ref $supermethodcall.Child.vtable))
 (field $itable (ref $supermethodcall.Child.itable))
 (field $$systemIdentityHashCode@java.lang.Object (mut i32))
 ))
)

;;; Code for supermethodcall.GrandParentInterface [imports]

;;; Code for supermethodcall.ParentInterface [imports]

;;; Code for supermethodcall.I1 [imports]

;;; Code for supermethodcall.I2 [imports]

;;; Code for supermethodcall.GrandParent [imports]

;;; Code for supermethodcall.I3 [imports]

;;; Code for supermethodcall.Super [imports]

;;; Code for supermethodcall.SuperToStringTest [imports]

;;; Code for supermethodcall.I2.$LambdaAdaptor [imports]

;;; Code for supermethodcall.Parent [imports]

;;; Code for supermethodcall.Sub [imports]

;;; Code for supermethodcall.Child [imports]

;;; Code for supermethodcall.GrandParentInterface [static fields]
(global $$class-initialized@supermethodcall.GrandParentInterface (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.GrandParentInterface (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.ParentInterface [static fields]
(global $$class-initialized@supermethodcall.ParentInterface (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.ParentInterface (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.GrandParent [static fields]
(global $$class-initialized@supermethodcall.GrandParent (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.GrandParent (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.Parent [static fields]
(global $$class-initialized@supermethodcall.Parent (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.Parent (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.Child [static fields]
(global $$class-initialized@supermethodcall.Child (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.Child (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.I1 [static fields]
(global $$class-initialized@supermethodcall.I1 (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.I1 (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.I2 [static fields]
(global $$class-initialized@supermethodcall.I2 (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.I2 (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.I3 [static fields]
(global $$class-initialized@supermethodcall.I3 (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.I3 (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.Super [static fields]
(global $$class-initialized@supermethodcall.Super (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.Super (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.Sub [static fields]
(global $$class-initialized@supermethodcall.Sub (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.Sub (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.SuperToStringTest [static fields]
(global $$class-initialized@supermethodcall.SuperToStringTest (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.SuperToStringTest (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.I2.$LambdaAdaptor [static fields]
(global $$class-initialized@supermethodcall.I2.$LambdaAdaptor (mut i32)
 (i32.const 0)
)
(global $$class@supermethodcall.I2.$LambdaAdaptor (mut (ref null $java.lang.Class))
 (ref.null $java.lang.Class)
)

;;; Code for supermethodcall.GrandParent [vtable.init]
(global $supermethodcall.GrandParent.vtable (ref $supermethodcall.GrandParent.vtable)
 (struct.new $supermethodcall.GrandParent.vtable
  (ref.func $$getClassImpl__java_lang_Class@supermethodcall.GrandParent)
  (ref.func $m_equals__java_lang_Object__boolean@java.lang.Object)
  (ref.func $m_hashCode__int@java.lang.Object)
  (ref.func $m_toString__java_lang_String@java.lang.Object)
  (ref.func $m_defaultGrandParent__void@supermethodcall.GrandParent)
  (ref.func $m_defaultParent__void@supermethodcall.GrandParent)
  (ref.func $m_grandParentSimplest__void@supermethodcall.GrandParent)
  (ref.func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.GrandParent)
  (ref.func $m_grandParentWithParams__int__void@supermethodcall.GrandParent)
 )
)

;;; Code for supermethodcall.Parent [vtable.init]
(global $supermethodcall.Parent.vtable (ref $supermethodcall.Parent.vtable)
 (struct.new $supermethodcall.Parent.vtable
  (ref.func $$getClassImpl__java_lang_Class@supermethodcall.Parent)
  (ref.func $m_equals__java_lang_Object__boolean@java.lang.Object)
  (ref.func $m_hashCode__int@java.lang.Object)
  (ref.func $m_toString__java_lang_String@java.lang.Object)
  (ref.func $m_defaultGrandParent__void@supermethodcall.GrandParent)
  (ref.func $m_defaultParent__void@supermethodcall.Parent)
  (ref.func $m_grandParentSimplest__void@supermethodcall.GrandParent)
  (ref.func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.GrandParent)
  (ref.func $m_grandParentWithParams__int__void@supermethodcall.GrandParent)
  (ref.func $m_parentSimplest__void@supermethodcall.Parent)
  (ref.func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Parent)
  (ref.func $m_parentWithParams__int__void@supermethodcall.Parent)
 )
)
(global $supermethodcall.ParentInterface.vtable@$supermethodcall.Parent (ref $supermethodcall.ParentInterface.vtable)
 (struct.new $supermethodcall.ParentInterface.vtable
  (ref.func $m_defaultParent__void@supermethodcall.Parent)
 )
)

;;; Code for supermethodcall.Child [vtable.init]
(global $supermethodcall.Child.vtable (ref $supermethodcall.Child.vtable)
 (struct.new $supermethodcall.Child.vtable
  (ref.func $$getClassImpl__java_lang_Class@supermethodcall.Child)
  (ref.func $m_equals__java_lang_Object__boolean@java.lang.Object)
  (ref.func $m_hashCode__int@java.lang.Object)
  (ref.func $m_toString__java_lang_String@java.lang.Object)
  (ref.func $m_defaultGrandParent__void@supermethodcall.Child)
  (ref.func $m_defaultParent__void@supermethodcall.Parent)
  (ref.func $m_grandParentSimplest__void@supermethodcall.Child)
  (ref.func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.Child)
  (ref.func $m_grandParentWithParams__int__void@supermethodcall.Child)
  (ref.func $m_parentSimplest__void@supermethodcall.Child)
  (ref.func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Child)
  (ref.func $m_parentWithParams__int__void@supermethodcall.Child)
  (ref.func $m_grandParentWithChangingReturn__supermethodcall_Child@supermethodcall.Child)
  (ref.func $m_parentWithChangingReturn__supermethodcall_Child@supermethodcall.Child)
 )
)
(global $supermethodcall.GrandParentInterface.vtable@$supermethodcall.Child (ref $supermethodcall.GrandParentInterface.vtable)
 (struct.new $supermethodcall.GrandParentInterface.vtable
  (ref.func $m_defaultGrandParent__void@supermethodcall.Child)
 )
)
(global $supermethodcall.ParentInterface.vtable@$supermethodcall.Child (ref $supermethodcall.ParentInterface.vtable)
 (struct.new $supermethodcall.ParentInterface.vtable
  (ref.func $m_defaultParent__void@supermethodcall.Parent)
 )
)

;;; Code for supermethodcall.Super [vtable.init]
(global $supermethodcall.Super.vtable (ref $supermethodcall.Super.vtable)
 (struct.new $supermethodcall.Super.vtable
  (ref.func $$getClassImpl__java_lang_Class@supermethodcall.Super)
  (ref.func $m_equals__java_lang_Object__boolean@java.lang.Object)
  (ref.func $m_hashCode__int@java.lang.Object)
  (ref.func $m_toString__java_lang_String@java.lang.Object)
  (ref.func $m_m__void@supermethodcall.Super)
 )
)

;;; Code for supermethodcall.Sub [vtable.init]
(global $supermethodcall.Sub.vtable (ref $supermethodcall.Sub.vtable)
 (struct.new $supermethodcall.Sub.vtable
  (ref.func $$getClassImpl__java_lang_Class@supermethodcall.Sub)
  (ref.func $m_equals__java_lang_Object__boolean@java.lang.Object)
  (ref.func $m_hashCode__int@java.lang.Object)
  (ref.func $m_toString__java_lang_String@java.lang.Object)
  (ref.func $m_m__void@supermethodcall.Sub)
 )
)
(global $supermethodcall.I3.vtable@$supermethodcall.Sub (ref $supermethodcall.I3.vtable)
 (struct.new $supermethodcall.I3.vtable
  (ref.func $m_m__void@supermethodcall.Sub)
 )
)
(global $supermethodcall.I1.vtable@$supermethodcall.Sub (ref $supermethodcall.I3.vtable) (global.get $supermethodcall.I3.vtable@$supermethodcall.Sub))
(global $supermethodcall.I2.vtable@$supermethodcall.Sub (ref $supermethodcall.I2.vtable)
 (struct.new $supermethodcall.I2.vtable
  (ref.func $m_m__void@supermethodcall.Sub)
 )
)

;;; Code for supermethodcall.GrandParentInterface [methods]

;;; void GrandParentInterface.defaultGrandParent()
(func $m_defaultGrandParent__void@supermethodcall.GrandParentInterface
 (param $this (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:19:15
 (block
 )
)
(elem declare func $m_defaultGrandParent__void@supermethodcall.GrandParentInterface)

;;; void GrandParentInterface.$clinit()
(func $$clinit__void_<once>_@supermethodcall.GrandParentInterface
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:18:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:18:10
  (if (global.get $$class-initialized@supermethodcall.GrandParentInterface)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:18:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:18:10
  (global.set $$class-initialized@supermethodcall.GrandParentInterface (i32.const 1))
 )
)

;;; Class<T> GrandParentInterface.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.GrandParentInterface
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.GrandParentInterface)))
   (then
    (return (global.get $$class@supermethodcall.GrandParentInterface))
   )
  )
  (global.set $$class@supermethodcall.GrandParentInterface (call $m_createForInterface__java_lang_String__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.GrandParentInterface )))
  (return (global.get $$class@supermethodcall.GrandParentInterface))
 )
)

;;; Code for supermethodcall.ParentInterface [methods]

;;; void ParentInterface.defaultParent()
(func $m_defaultParent__void@supermethodcall.ParentInterface
 (param $this (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:23:15
 (block
 )
)
(elem declare func $m_defaultParent__void@supermethodcall.ParentInterface)

;;; void ParentInterface.$clinit()
(func $$clinit__void_<once>_@supermethodcall.ParentInterface
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:22:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:22:10
  (if (global.get $$class-initialized@supermethodcall.ParentInterface)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:22:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:22:10
  (global.set $$class-initialized@supermethodcall.ParentInterface (i32.const 1))
 )
)

;;; Class<T> ParentInterface.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.ParentInterface
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.ParentInterface)))
   (then
    (return (global.get $$class@supermethodcall.ParentInterface))
   )
  )
  (global.set $$class@supermethodcall.ParentInterface (call $m_createForInterface__java_lang_String__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.ParentInterface )))
  (return (global.get $$class@supermethodcall.ParentInterface))
 )
)

;;; Code for supermethodcall.I1 [methods]

;;; void I1.m()
(func $m_m__void@supermethodcall.I1
 (param $this (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:99:15
 (block
 )
)
(elem declare func $m_m__void@supermethodcall.I1)

;;; void I1.$clinit()
(func $$clinit__void_<once>_@supermethodcall.I1
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:98:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:98:10
  (if (global.get $$class-initialized@supermethodcall.I1)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:98:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:98:10
  (global.set $$class-initialized@supermethodcall.I1 (i32.const 1))
 )
)

;;; Class<T> I1.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.I1
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.I1)))
   (then
    (return (global.get $$class@supermethodcall.I1))
   )
  )
  (global.set $$class@supermethodcall.I1 (call $m_createForInterface__java_lang_String__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.I1 )))
  (return (global.get $$class@supermethodcall.I1))
 )
)

;;; Code for supermethodcall.I2 [methods]

;;; void I2.$clinit()
(func $$clinit__void_<once>_@supermethodcall.I2
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (if (global.get $$class-initialized@supermethodcall.I2)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (global.set $$class-initialized@supermethodcall.I2 (i32.const 1))
 )
)

;;; Class<T> I2.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.I2
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.I2)))
   (then
    (return (global.get $$class@supermethodcall.I2))
   )
  )
  (global.set $$class@supermethodcall.I2 (call $m_createForInterface__java_lang_String__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.I2 )))
  (return (global.get $$class@supermethodcall.I2))
 )
)

;;; Code for supermethodcall.GrandParent [methods]

;;; GrandParent GrandParent.$create()
(func $$create__@supermethodcall.GrandParent
 (result (ref null $supermethodcall.GrandParent))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
 (local $$instance (ref null $supermethodcall.GrandParent))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (call $$clinit__void_<once>_@supermethodcall.GrandParent )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (local.set $$instance (struct.new $supermethodcall.GrandParent (global.get $supermethodcall.GrandParent.vtable) (global.get $itable.empty) (i32.const 0)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (call $$ctor__void_$p_supermethodcall_GrandParent@supermethodcall.GrandParent (ref.as_non_null (local.get $$instance)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (return (local.get $$instance))
 )
)

;;; void GrandParent.$ctor()
(func $$ctor__void_$p_supermethodcall_GrandParent@supermethodcall.GrandParent
 (param $this (ref null $supermethodcall.GrandParent))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (call $$ctor__void_$p_java_lang_Object@java.lang.Object (ref.as_non_null (local.get $this)))
 )
)

;;; void GrandParent.grandParentSimplest()
(func $m_grandParentSimplest__void@supermethodcall.GrandParent
 (type $function.m_grandParentSimplest__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:27:14
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_grandParentSimplest__void@supermethodcall.GrandParent)

;;; void GrandParent.grandParentWithParams(int foo)
(func $m_grandParentWithParams__int__void@supermethodcall.GrandParent
 (type $function.m_grandParentWithParams__int__void)
 (param $this.untyped (ref $java.lang.Object))
 (param $foo i32)
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:30:14
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_grandParentWithParams__int__void@supermethodcall.GrandParent)

;;; Object GrandParent.grandParentWithChangingReturn()
(func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.GrandParent
 (type $function.m_grandParentWithChangingReturn__java_lang_Object)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:32:16
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:33:4
  (return (ref.null $java.lang.Object))
 )
)
(elem declare func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.GrandParent)

;;; void GrandParent.defaultParent()
(func $m_defaultParent__void@supermethodcall.GrandParent
 (type $function.m_defaultParent__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:36:14
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_defaultParent__void@supermethodcall.GrandParent)

;;; void GrandParent.defaultGrandParent()
(func $m_defaultGrandParent__void@supermethodcall.GrandParent
 (type $function.m_defaultGrandParent__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:38:14
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_defaultGrandParent__void@supermethodcall.GrandParent)

;;; void GrandParent.$clinit()
(func $$clinit__void_<once>_@supermethodcall.GrandParent
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (if (global.get $$class-initialized@supermethodcall.GrandParent)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (global.set $$class-initialized@supermethodcall.GrandParent (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:26:6
  (call $$clinit__void_<once>_@java.lang.Object )
 )
)

;;; Class<T> GrandParent.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.GrandParent
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.GrandParent)))
   (then
    (return (global.get $$class@supermethodcall.GrandParent))
   )
  )
  (global.set $$class@supermethodcall.GrandParent (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.GrandParent )(call $$getClassMetadata__java_lang_Class_<once>_@java.lang.Object )))
  (return (global.get $$class@supermethodcall.GrandParent))
 )
)

;;; Class<?> GrandParent.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.GrandParent
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.GrandParent))
 (local.set $this (ref.cast (ref $supermethodcall.GrandParent) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.GrandParent ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.GrandParent)

;;; Code for supermethodcall.I3 [methods]

;;; void I3.$clinit()
(func $$clinit__void_<once>_@supermethodcall.I3
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:106:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:106:10
  (if (global.get $$class-initialized@supermethodcall.I3)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:106:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:106:10
  (global.set $$class-initialized@supermethodcall.I3 (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:106:10
  (call $$clinit__void_<once>_@supermethodcall.I1 )
 )
)

;;; Class<T> I3.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.I3
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.I3)))
   (then
    (return (global.get $$class@supermethodcall.I3))
   )
  )
  (global.set $$class@supermethodcall.I3 (call $m_createForInterface__java_lang_String__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.I3 )))
  (return (global.get $$class@supermethodcall.I3))
 )
)

;;; Code for supermethodcall.Super [methods]

;;; Super Super.$create()
(func $$create__@supermethodcall.Super
 (result (ref null $supermethodcall.Super))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
 (local $$instance (ref null $supermethodcall.Super))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (call $$clinit__void_<once>_@supermethodcall.Super )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (local.set $$instance (struct.new $supermethodcall.Super (global.get $supermethodcall.Super.vtable) (global.get $itable.empty) (i32.const 0)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (call $$ctor__void_$p_supermethodcall_Super@supermethodcall.Super (ref.as_non_null (local.get $$instance)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (return (local.get $$instance))
 )
)

;;; void Super.$ctor()
(func $$ctor__void_$p_supermethodcall_Super@supermethodcall.Super
 (param $this (ref null $supermethodcall.Super))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (call $$ctor__void_$p_java_lang_Object@java.lang.Object (ref.as_non_null (local.get $this)))
 )
)

;;; void Super.m()
(func $m_m__void@supermethodcall.Super
 (type $function.m_m__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:109:14
 (local $this (ref null $supermethodcall.Super))
 (local.set $this (ref.cast (ref $supermethodcall.Super) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_m__void@supermethodcall.Super)

;;; void Super.$clinit()
(func $$clinit__void_<once>_@supermethodcall.Super
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (if (global.get $$class-initialized@supermethodcall.Super)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (global.set $$class-initialized@supermethodcall.Super (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:108:6
  (call $$clinit__void_<once>_@java.lang.Object )
 )
)

;;; Class<T> Super.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Super
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.Super)))
   (then
    (return (global.get $$class@supermethodcall.Super))
   )
  )
  (global.set $$class@supermethodcall.Super (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.Super )(call $$getClassMetadata__java_lang_Class_<once>_@java.lang.Object )))
  (return (global.get $$class@supermethodcall.Super))
 )
)

;;; Class<?> Super.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.Super
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.Super))
 (local.set $this (ref.cast (ref $supermethodcall.Super) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Super ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.Super)

;;; Code for supermethodcall.SuperToStringTest [methods]

;;; void SuperToStringTest.$ctor()
(func $$ctor__void_$p_supermethodcall_SuperToStringTest@supermethodcall.SuperToStringTest
 (param $this (ref null $supermethodcall.SuperToStringTest))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (call $$ctor__void_$p_java_lang_Object@java.lang.Object (ref.as_non_null (local.get $this)))
 )
)

;;; String SuperToStringTest.toString()
(func $m_toString__java_lang_String@supermethodcall.SuperToStringTest
 (type $function.m_toString__java_lang_String)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.String))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:120:16
 (local $this (ref null $supermethodcall.SuperToStringTest))
 (local.set $this (ref.cast (ref $supermethodcall.SuperToStringTest) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:121:4
  (return (call $m_toString__java_lang_String@java.lang.Object (ref.as_non_null (local.get $this))))
 )
)
(elem declare func $m_toString__java_lang_String@supermethodcall.SuperToStringTest)

;;; void SuperToStringTest.m()
(func $m_m__void@supermethodcall.SuperToStringTest
 (type $function.m_m__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
 (local $this (ref null $supermethodcall.SuperToStringTest))
 (local.set $this (ref.cast (ref $supermethodcall.SuperToStringTest) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (call $m_m__void@supermethodcall.I1 (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_m__void@supermethodcall.SuperToStringTest)

;;; void SuperToStringTest.$clinit()
(func $$clinit__void_<once>_@supermethodcall.SuperToStringTest
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (if (global.get $$class-initialized@supermethodcall.SuperToStringTest)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (global.set $$class-initialized@supermethodcall.SuperToStringTest (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (call $$clinit__void_<once>_@java.lang.Object )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:118:15
  (call $$clinit__void_<once>_@supermethodcall.I1 )
 )
)

;;; Class<T> SuperToStringTest.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.SuperToStringTest
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.SuperToStringTest)))
   (then
    (return (global.get $$class@supermethodcall.SuperToStringTest))
   )
  )
  (global.set $$class@supermethodcall.SuperToStringTest (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.SuperToStringTest )(call $$getClassMetadata__java_lang_Class_<once>_@java.lang.Object )))
  (return (global.get $$class@supermethodcall.SuperToStringTest))
 )
)

;;; Class<?> SuperToStringTest.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.SuperToStringTest
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.SuperToStringTest))
 (local.set $this (ref.cast (ref $supermethodcall.SuperToStringTest) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.SuperToStringTest ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.SuperToStringTest)

;;; Code for supermethodcall.I2.$LambdaAdaptor [methods]

;;; void $LambdaAdaptor.$ctor()
(func $$ctor__void_$p_supermethodcall_I2_$LambdaAdaptor@supermethodcall.I2.$LambdaAdaptor
 (param $this (ref null $supermethodcall.I2.$LambdaAdaptor))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (call $$ctor__void_$p_java_lang_Object@java.lang.Object (ref.as_non_null (local.get $this)))
 )
)

;;; void $LambdaAdaptor.$clinit()
(func $$clinit__void_<once>_@supermethodcall.I2.$LambdaAdaptor
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (if (global.get $$class-initialized@supermethodcall.I2.$LambdaAdaptor)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (global.set $$class-initialized@supermethodcall.I2.$LambdaAdaptor (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:102:10
  (call $$clinit__void_<once>_@java.lang.Object )
 )
)

;;; Class<T> $LambdaAdaptor.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.I2.$LambdaAdaptor
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.I2.$LambdaAdaptor)))
   (then
    (return (global.get $$class@supermethodcall.I2.$LambdaAdaptor))
   )
  )
  (global.set $$class@supermethodcall.I2.$LambdaAdaptor (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.I2.$LambdaAdaptor )(call $$getClassMetadata__java_lang_Class_<once>_@java.lang.Object )))
  (return (global.get $$class@supermethodcall.I2.$LambdaAdaptor))
 )
)

;;; Class<?> $LambdaAdaptor.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.I2.$LambdaAdaptor
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.I2.$LambdaAdaptor))
 (local.set $this (ref.cast (ref $supermethodcall.I2.$LambdaAdaptor) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.I2.$LambdaAdaptor ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.I2.$LambdaAdaptor)

;;; Code for supermethodcall.Parent [methods]

;;; Parent Parent.$create()
(func $$create__@supermethodcall.Parent
 (result (ref null $supermethodcall.Parent))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
 (local $$instance (ref null $supermethodcall.Parent))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (call $$clinit__void_<once>_@supermethodcall.Parent )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (local.set $$instance (struct.new $supermethodcall.Parent (global.get $supermethodcall.Parent.vtable) (global.get $supermethodcall.Parent.itable) (i32.const 0)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (call $$ctor__void_$p_supermethodcall_Parent@supermethodcall.Parent (ref.as_non_null (local.get $$instance)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (return (local.get $$instance))
 )
)

;;; void Parent.$ctor()
(func $$ctor__void_$p_supermethodcall_Parent@supermethodcall.Parent
 (param $this (ref null $supermethodcall.Parent))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (call $$ctor__void_$p_supermethodcall_GrandParent@supermethodcall.GrandParent (ref.as_non_null (local.get $this)))
 )
)

;;; void Parent.parentSimplest()
(func $m_parentSimplest__void@supermethodcall.Parent
 (type $function.m_parentSimplest__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:42:14
 (local $this (ref null $supermethodcall.Parent))
 (local.set $this (ref.cast (ref $supermethodcall.Parent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_parentSimplest__void@supermethodcall.Parent)

;;; void Parent.parentWithParams(int foo)
(func $m_parentWithParams__int__void@supermethodcall.Parent
 (type $function.m_parentWithParams__int__void)
 (param $this.untyped (ref $java.lang.Object))
 (param $foo i32)
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:45:14
 (local $this (ref null $supermethodcall.Parent))
 (local.set $this (ref.cast (ref $supermethodcall.Parent) (local.get $this.untyped)))
 (block
 )
)
(elem declare func $m_parentWithParams__int__void@supermethodcall.Parent)

;;; Object Parent.parentWithChangingReturn()
(func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Parent
 (type $function.m_parentWithChangingReturn__java_lang_Object)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:47:16
 (local $this (ref null $supermethodcall.Parent))
 (local.set $this (ref.cast (ref $supermethodcall.Parent) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:48:4
  (return (ref.null $java.lang.Object))
 )
)
(elem declare func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Parent)

;;; void Parent.defaultParent()
(func $m_defaultParent__void@supermethodcall.Parent
 (type $function.m_defaultParent__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:52:14
 (local $this (ref null $supermethodcall.Parent))
 (local.set $this (ref.cast (ref $supermethodcall.Parent) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:53:4
  (call $m_defaultParent__void@supermethodcall.GrandParent (ref.as_non_null (local.get $this)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:54:4
  (call $m_defaultParent__void@supermethodcall.ParentInterface (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_defaultParent__void@supermethodcall.Parent)

;;; void Parent.$clinit()
(func $$clinit__void_<once>_@supermethodcall.Parent
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (if (global.get $$class-initialized@supermethodcall.Parent)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (global.set $$class-initialized@supermethodcall.Parent (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (call $$clinit__void_<once>_@supermethodcall.GrandParent )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:41:6
  (call $$clinit__void_<once>_@supermethodcall.ParentInterface )
 )
)

;;; Class<T> Parent.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Parent
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.Parent)))
   (then
    (return (global.get $$class@supermethodcall.Parent))
   )
  )
  (global.set $$class@supermethodcall.Parent (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.Parent )(call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.GrandParent )))
  (return (global.get $$class@supermethodcall.Parent))
 )
)

;;; Class<?> Parent.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.Parent
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.Parent))
 (local.set $this (ref.cast (ref $supermethodcall.Parent) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Parent ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.Parent)

;;; Code for supermethodcall.Sub [methods]

;;; Sub Sub.$create()
(func $$create__@supermethodcall.Sub
 (result (ref null $supermethodcall.Sub))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
 (local $$instance (ref null $supermethodcall.Sub))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (call $$clinit__void_<once>_@supermethodcall.Sub )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (local.set $$instance (struct.new $supermethodcall.Sub (global.get $supermethodcall.Sub.vtable) (global.get $supermethodcall.Sub.itable) (i32.const 0)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (call $$ctor__void_$p_supermethodcall_Sub@supermethodcall.Sub (ref.as_non_null (local.get $$instance)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (return (local.get $$instance))
 )
)

;;; void Sub.$ctor()
(func $$ctor__void_$p_supermethodcall_Sub@supermethodcall.Sub
 (param $this (ref null $supermethodcall.Sub))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (call $$ctor__void_$p_supermethodcall_Super@supermethodcall.Super (ref.as_non_null (local.get $this)))
 )
)

;;; void Sub.m()
(func $m_m__void@supermethodcall.Sub
 (type $function.m_m__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:113:14
 (local $this (ref null $supermethodcall.Sub))
 (local.set $this (ref.cast (ref $supermethodcall.Sub) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:114:4
  (call $m_m__void@supermethodcall.I1 (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_m__void@supermethodcall.Sub)

;;; void Sub.$clinit()
(func $$clinit__void_<once>_@supermethodcall.Sub
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (if (global.get $$class-initialized@supermethodcall.Sub)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (global.set $$class-initialized@supermethodcall.Sub (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (call $$clinit__void_<once>_@supermethodcall.Super )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:112:6
  (call $$clinit__void_<once>_@supermethodcall.I1 )
 )
)

;;; Class<T> Sub.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Sub
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.Sub)))
   (then
    (return (global.get $$class@supermethodcall.Sub))
   )
  )
  (global.set $$class@supermethodcall.Sub (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.Sub )(call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Super )))
  (return (global.get $$class@supermethodcall.Sub))
 )
)

;;; Class<?> Sub.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.Sub
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.Sub))
 (local.set $this (ref.cast (ref $supermethodcall.Sub) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Sub ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.Sub)

;;; Code for supermethodcall.Child [methods]

;;; Child Child.$create()
(func $$create__@supermethodcall.Child
 (result (ref null $supermethodcall.Child))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
 (local $$instance (ref null $supermethodcall.Child))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (call $$clinit__void_<once>_@supermethodcall.Child )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (local.set $$instance (struct.new $supermethodcall.Child (global.get $supermethodcall.Child.vtable) (global.get $supermethodcall.Child.itable) (i32.const 0)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (call $$ctor__void_$p_supermethodcall_Child@supermethodcall.Child (ref.as_non_null (local.get $$instance)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (return (local.get $$instance))
 )
)

;;; void Child.$ctor()
(func $$ctor__void_$p_supermethodcall_Child@supermethodcall.Child
 (param $this (ref null $supermethodcall.Child))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (call $$ctor__void_$p_supermethodcall_Parent@supermethodcall.Parent (ref.as_non_null (local.get $this)))
 )
)

;;; void Child.parentSimplest()
(func $m_parentSimplest__void@supermethodcall.Child
 (type $function.m_parentSimplest__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:60:14
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:61:4
  (call $m_parentSimplest__void@supermethodcall.Parent (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_parentSimplest__void@supermethodcall.Child)

;;; void Child.parentWithParams(int foo)
(func $m_parentWithParams__int__void@supermethodcall.Child
 (type $function.m_parentWithParams__int__void)
 (param $this.untyped (ref $java.lang.Object))
 (param $foo i32)
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:65:14
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:66:4
  (call $m_parentWithParams__int__void@supermethodcall.Parent (ref.as_non_null (local.get $this))(local.get $foo))
 )
)
(elem declare func $m_parentWithParams__int__void@supermethodcall.Child)

;;; Child Child.parentWithChangingReturn()
(func $m_parentWithChangingReturn__supermethodcall_Child@supermethodcall.Child
 (type $function.m_parentWithChangingReturn__supermethodcall_Child)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $supermethodcall.Child))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:70:15
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:71:4
  (drop (call $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Parent (ref.as_non_null (local.get $this))))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:72:4
  (return (local.get $this))
 )
)
(elem declare func $m_parentWithChangingReturn__supermethodcall_Child@supermethodcall.Child)

;;; void Child.grandParentSimplest()
(func $m_grandParentSimplest__void@supermethodcall.Child
 (type $function.m_grandParentSimplest__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:76:14
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:77:4
  (call $m_grandParentSimplest__void@supermethodcall.GrandParent (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_grandParentSimplest__void@supermethodcall.Child)

;;; void Child.grandParentWithParams(int foo)
(func $m_grandParentWithParams__int__void@supermethodcall.Child
 (type $function.m_grandParentWithParams__int__void)
 (param $this.untyped (ref $java.lang.Object))
 (param $foo i32)
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:81:14
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:82:4
  (call $m_grandParentWithParams__int__void@supermethodcall.GrandParent (ref.as_non_null (local.get $this))(local.get $foo))
 )
)
(elem declare func $m_grandParentWithParams__int__void@supermethodcall.Child)

;;; Child Child.grandParentWithChangingReturn()
(func $m_grandParentWithChangingReturn__supermethodcall_Child@supermethodcall.Child
 (type $function.m_grandParentWithChangingReturn__supermethodcall_Child)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $supermethodcall.Child))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:86:15
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:87:4
  (drop (call $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.GrandParent (ref.as_non_null (local.get $this))))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:88:4
  (return (local.get $this))
 )
)
(elem declare func $m_grandParentWithChangingReturn__supermethodcall_Child@supermethodcall.Child)

;;; void Child.defaultGrandParent()
(func $m_defaultGrandParent__void@supermethodcall.Child
 (type $function.m_defaultGrandParent__void)
 (param $this.untyped (ref $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:92:14
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:93:4
  (call $m_defaultGrandParent__void@supermethodcall.GrandParent (ref.as_non_null (local.get $this)))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:94:4
  (call $m_defaultGrandParent__void@supermethodcall.GrandParentInterface (ref.as_non_null (local.get $this)))
 )
)
(elem declare func $m_defaultGrandParent__void@supermethodcall.Child)

;;; Child Child.grandParentWithChangingReturn()
(func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.Child
 (type $function.m_grandParentWithChangingReturn__java_lang_Object)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (return (call_ref $function.m_grandParentWithChangingReturn__supermethodcall_Child (ref.as_non_null (local.get $this))(struct.get $supermethodcall.Child.vtable $m_grandParentWithChangingReturn__supermethodcall_Child (struct.get $supermethodcall.Child $vtable(local.get $this)))))
 )
)
(elem declare func $m_grandParentWithChangingReturn__java_lang_Object@supermethodcall.Child)

;;; Child Child.parentWithChangingReturn()
(func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Child
 (type $function.m_parentWithChangingReturn__java_lang_Object)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Object))
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (return (call_ref $function.m_parentWithChangingReturn__supermethodcall_Child (ref.as_non_null (local.get $this))(struct.get $supermethodcall.Child.vtable $m_parentWithChangingReturn__supermethodcall_Child (struct.get $supermethodcall.Child $vtable(local.get $this)))))
 )
)
(elem declare func $m_parentWithChangingReturn__java_lang_Object@supermethodcall.Child)

;;; void Child.$clinit()
(func $$clinit__void_<once>_@supermethodcall.Child
 ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
 (block
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (if (global.get $$class-initialized@supermethodcall.Child)
   (then
    ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
    (return )
   )
  )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (global.set $$class-initialized@supermethodcall.Child (i32.const 1))
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (call $$clinit__void_<once>_@supermethodcall.Parent )
  ;;@ transpiler/javatests/com/google/j2cl/readable/java/supermethodcall/readable-j2wasm.js/supermethodcall/Child.java:58:13
  (call $$clinit__void_<once>_@supermethodcall.GrandParentInterface )
 )
)

;;; Class<T> Child.$getClassMetadata()
(func $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Child
 (result (ref null $java.lang.Class))
 (block
  (if (i32.eqz (ref.is_null (global.get $$class@supermethodcall.Child)))
   (then
    (return (global.get $$class@supermethodcall.Child))
   )
  )
  (global.set $$class@supermethodcall.Child (call $m_createForClass__java_lang_String__java_lang_Class__java_lang_Class@java.lang.Class (call $$getString_|supermethodc...|__java_lang_String_<once>_@supermethodcall.Child )(call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Parent )))
  (return (global.get $$class@supermethodcall.Child))
 )
)

;;; Class<?> Child.$getClassImpl()
(func $$getClassImpl__java_lang_Class@supermethodcall.Child
 (type $function.$getClassImpl__java_lang_Class)
 (param $this.untyped (ref $java.lang.Object))
 (result (ref null $java.lang.Class))
 (local $this (ref null $supermethodcall.Child))
 (local.set $this (ref.cast (ref $supermethodcall.Child) (local.get $this.untyped)))
 (block
  (return (call $$getClassMetadata__java_lang_Class_<once>_@supermethodcall.Child ))
 )
)
(elem declare func $$getClassImpl__java_lang_Class@supermethodcall.Child)
