KT-12852 Support breadcrumbs for Kotlin
#KT-12852 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var Int.prop: String
|
||||
get() = TODO()
|
||||
set(value) {
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user