rename Jet* classes to Kt*
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetProperty
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtProperty
|
||||
// OPTIONS: usages
|
||||
class C
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetProperty
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtProperty
|
||||
// OPTIONS: usages
|
||||
// OPTIONS: skipWrite
|
||||
fun foo() {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.JetProperty
|
||||
// PSI_ELEMENT: org.jetbrains.kotlin.psi.KtProperty
|
||||
// OPTIONS: usages
|
||||
// OPTIONS: skipRead
|
||||
fun foo() {
|
||||
|
||||
Reference in New Issue
Block a user