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