Remove comments from function/property implementation template
#KT-18539 Fixed
This commit is contained in:
Vendored
+1
-1
@@ -3,7 +3,7 @@ class Foo<T> {
|
||||
operator fun component1(): Int { return 0 }
|
||||
operator fun component2(): Int { return 0 }
|
||||
operator fun component3(): Any {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user