Remove comments from function/property implementation template
#KT-18539 Fixed
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(private val name: String) : JavaInterface {
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(private val name: String) : JavaInterface {
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(private val name: String) : JavaInterface {
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -2,6 +2,6 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(private val name: String) : JavaInterface {
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
@@ -3,6 +3,6 @@
|
||||
class B : JavaClass() {
|
||||
private val name: String = ""
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
@@ -2,10 +2,10 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(private var name: String) : JavaInterface {
|
||||
override fun setName(name: String?) {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
// DISABLE-ERRORS
|
||||
class A(<caret>var name: String) : JavaInterface {
|
||||
override fun getName(): String {
|
||||
TODO("not implemented") //To change body of created functions use File | Settings | File Templates.
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user