Move some System.err to Debugging.debugNote.
[SquirrelJME.git] / assets / developer-notes / stephanie-gawroriski / 2021 / 02 / 06.mkd
blob839c79524111312869e66fa14bf05c20e7e01103
1 # 2021/02/06
3 ## 20:15
5 So I am getting `BC0u cc/squirreljme/runtime/cldc/io/Decoder`
6 `averageSequenceLength:()D`. So this is a method from a super-interface
7 and the Decoder is an interface itself. So I wonder.
9 ## 20:47
11 Oh yes! Interfaces do not technically extend any other class other than `Object`
12 so I have to look at other classes in the interfaces!