SerVB
04/07/2020, 12:37 PMclass MyTest : FreeSpec({
// ...
})
it will be possible to write like
class MyTest : FreeSpec {
// ...
}
Mike
04/07/2020, 12:56 PMinit
syntax, but personally, I think that's even less desirable.SerVB
04/07/2020, 1:41 PMMike
04/07/2020, 1:56 PMclass MyTest : FreeSpec() { . }
SerVB
04/07/2020, 2:06 PMHow will the compiler differentiate between constructor and class definition without the parenthesis?Just proposed the behavior in the ticket, thanks
sam
04/07/2020, 2:13 PM