Add more tests for PropertyAccessorDescriptor.isDeafult() usages
This commit is contained in:
committed by
Nikolay Krasko
parent
c936b3f3e0
commit
eee45e91ce
+10
@@ -0,0 +1,10 @@
|
||||
class Test {
|
||||
var serial: String = ""
|
||||
get
|
||||
set
|
||||
var name: String = ""
|
||||
get
|
||||
<caret>
|
||||
}
|
||||
|
||||
// FORCED
|
||||
Reference in New Issue
Block a user