Code Insight: "Generate toString" action
#KT-10309 Fixed
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// NOT_APPLICABLE
|
||||
annotation class A<caret>()
|
||||
@@ -0,0 +1,2 @@
|
||||
// NOT_APPLICABLE
|
||||
data class A<caret>(val n: Int)
|
||||
@@ -0,0 +1,6 @@
|
||||
// NOT_APPLICABLE
|
||||
interface A {<caret>
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
// NOT_APPLICABLE
|
||||
object A {<caret>
|
||||
fun foo() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user