Introduce Property: Forbid lazy properties/properties with initializers in traits
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// EXTRACTION_TARGET: property with getter
|
||||
trait T {
|
||||
fun foo(): Int {
|
||||
return <selection>1</selection>
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user