Pseudocode: Generate instructions for superclass constructor calls. Consume value of delegate expression in the by-clause
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
open class A(a: Int, b: Int)
|
||||
|
||||
class B(a: Int, b: Int): A(a + b, a - b)
|
||||
Reference in New Issue
Block a user