07ff53d456
otherwise I have to rollback dozens of files after using sed that follows conventions
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
// JET-17 Do not infer property types by the initializer before the containing scope is ready
|
|
|
|
class WithC() {
|
|
val a = 1
|
|
val b = $a // error here, but must not be
|
|
}
|