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