QH

не нашёл issue быстрым поиском, может кто видел
Size: a a a
QH
BV
OY
run
написалQH
run
написалOY
Exception in thread "main" java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
dev/whyoleg/kamp/Test$Companion.<init>()V @2: checkcast
Reason:
Type uninitializedThis (current frame, stack[1]) is not assignable to 'java/lang/Object'
Current Frame:
bci: @2
flags: { flagThisUninit }
locals: { uninitializedThis }
stack: { uninitializedThis, uninitializedThis }
Bytecode:
0x0000000: 2a2a c000 02b6 000a b700 0db1
QH
Exception in thread "main" java.lang.VerifyError: Bad type on operand stack
Exception Details:
Location:
dev/whyoleg/kamp/Test$Companion.<init>()V @2: checkcast
Reason:
Type uninitializedThis (current frame, stack[1]) is not assignable to 'java/lang/Object'
Current Frame:
bci: @2
flags: { flagThisUninit }
locals: { uninitializedThis }
stack: { uninitializedThis, uninitializedThis }
Bytecode:
0x0000000: 2a2a c000 02b6 000a b700 0db1
this: Test.Companion
, а онформации о том, что он недоинициализирован, нет.AM
string
делает?OY
this: Test.Companion
, а онформации о том, что он недоинициализирован, нет.BV
OY
string
делает?AM
QH
class A : B { constructor() : super(return) {} }
QH
BV
AM
QH
this.string
, он же сам тоже Test
OY
OY
BV
this.string
, он же сам тоже Test
BV