Introduce Property: Forbid extension properties with initializers and lazy
ones
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
// SIBLING:
|
||||
class A(val a: Int){
|
||||
fun foo() = <selection>a + 1</selection>
|
||||
}
|
||||
Reference in New Issue
Block a user