KT-1712 Formatting for getters and setters
#KT-1712 fixed
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class Test {
|
||||
var test : Int
|
||||
get () {
|
||||
return 0
|
||||
}
|
||||
set (value) {
|
||||
throw NotSupportedException()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user