Updated test.
#KT-1896 fixed
This commit is contained in:
@@ -8,6 +8,5 @@ val Int.<info textAttributesKey="KOTLIN_EXTENSION_PROPERTY"><info textAttributes
|
||||
fun <info textAttributesKey="KOTLIN_FUNCTION_DECLARATION">foo</info>(<info textAttributesKey="KOTLIN_PARAMETER">a</info> : () -> Unit) {
|
||||
<info textAttributesKey="KOTLIN_PARAMETER">a</info>()
|
||||
<info textAttributesKey="KOTLIN_NAMESPACE_PROPERTY"><info textAttributesKey="KOTLIN_MUTABLE_VARIABLE">global</info></info>()
|
||||
// TODO uncomment next line and replace "[" with "<" when KT-1728 is fixed
|
||||
// 1.[info textAttributesKey="KOTLIN_EXTENSION_PROPERTY">ext</info>()
|
||||
1.<info textAttributesKey="KOTLIN_EXTENSION_PROPERTY"><info textAttributesKey="KOTLIN_NAMESPACE_PROPERTY">ext</info></info>()
|
||||
}
|
||||
Reference in New Issue
Block a user