Quick-fix for header without implementation + a set of tests #KT-14908 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// x: to be implemented
|
||||
@@ -0,0 +1,4 @@
|
||||
// x: to be implemented
|
||||
impl var x: Int
|
||||
get() = TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
set(value) {}
|
||||
Reference in New Issue
Block a user