Introduce Property: Add tests for default values
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// EXTRACTION_TARGET: property with initializer
|
||||
class A(val a: Int = <selection>1 + 2</selection>) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user