Going back to my problems with types 🙂
Is there any way to have compiled interface to be [UInt8] and not [MyLibInt]?
I tried also with val myVal: List<Int>; and in primary constructor: MyClass(myVal: List<Int>), but it still compiled to [MyLibInt]
s
svyatoslav.scherbina
09/18/2018, 9:50 AM
No, because in most cases it is either not correct or not important, as we discussed earlier.