Force OOB in accessors for properties without explicit type (KT-19062)
#KT-19062 Fixed
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
// TRUE
|
||||
|
||||
class A {
|
||||
fun foo(): Int = 12
|
||||
}
|
||||
|
||||
class B(val a: A) {
|
||||
val prop1 get() = a.fo<caret>o()
|
||||
}
|
||||
|
||||
// TODO
|
||||
// SKIP_ANALYZE_CHECK
|
||||
Reference in New Issue
Block a user