Edoardo Luppi
01/25/2024, 4:36 PMexpect class MyList<E> : List<E>
Will work fine in K1, but not in K2.
You'll be forced to override the interface methods.andylamax
01/26/2024, 5:44 AMRoman Efremov
01/26/2024, 9:01 AMEdoardo Luppi
01/26/2024, 9:52 AMRoman Efremov
01/26/2024, 10:58 AMEdoardo Luppi
01/26/2024, 11:00 AMandylamax
01/26/2024, 11:36 AMandylamax
01/26/2024, 11:37 AM