Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
699829ccb3e80dbb53c10cccdf1e50f06a5c5346
/
.
/
idea
/
testData
/
codeInsight
/
outOfBlock
/
InClassPropertyInitializerWithoutInference.kt
blob: 5f30432ccadda7b42b164256f029f2524ab0b4ad [
file
]
// TODO: it has to be non OCB !
// OUT_OF_CODE_BLOCK: TRUE
// ERROR: No value passed for parameter 'i2'
// TYPE: '\b\b'
class
Test
{
val foo
:
String
?
=
"a"
+
bar
(
1
,
2
<caret>
)
fun bar
(
i
:
Int
,
i2
:
Int
)
=
""
}
// SKIP_ANALYZE_CHECK