Fix testNoSynthesizedParameterNames in 192 and 193

This commit is contained in:
Nikolay Krasko
2019-12-23 01:59:24 +03:00
parent dca5ff10c7
commit d80fdf307f
2 changed files with 10 additions and 1 deletions
@@ -5,5 +5,5 @@ lateinit var x: java.lang.Readable
val file = x.read(<caret>)
/*
Text: (<highlight>CharBuffer!</highlight>), Disabled: false, Strikeout: false, Green: true
Text: (<highlight>CharBuffer</highlight>), Disabled: false, Strikeout: false, Green: true
*/
@@ -0,0 +1,9 @@
// WITH_RUNTIME
lateinit var x: java.lang.Readable
val file = x.read(<caret>)
/*
Text: (<highlight>CharBuffer!</highlight>), Disabled: false, Strikeout: false, Green: true
*/