mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
11 lines
347 B
Kotlin
Vendored
11 lines
347 B
Kotlin
Vendored
/**
|
|
* Useless one
|
|
*/
|
|
enum class SomeEnum
|
|
|
|
fun use() {
|
|
Some<caret>Enum::class
|
|
}
|
|
|
|
//INFO: <pre><b>public</b> <b>final</b> <b>enum class</b> SomeEnum : <a href="psi_element://kotlin.Enum">Enum</a><<a href="psi_element://SomeEnum">SomeEnum</a>> <i>defined in</i> root package <i>in file</i> OnEnumClassReference.kt</pre><p>Useless one</p>
|