don't include properties with declared return type and property accessors in "show expression type" popup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class A {
|
||||
val x: String
|
||||
get() = "a<caret>bc"
|
||||
}
|
||||
|
||||
// TYPE: "abc" -> <html>String</html>
|
||||
Reference in New Issue
Block a user