blob: d2d3ee55bc2c63c6a91082a44e79b03dfa65a327 [file] [log] [blame]
// "Add initializer" "false"
// ACTION: Add getter
// ACTION: Make internal
// ACTION: Make private
// ACTION: Make protected
// ACTION: Move to constructor
// ERROR: Extension property must have accessors or be abstract
class A {
<caret>val Int.n: Int
}