Checked that KT-2832 has been fixed

#KT-2832 Fixed
This commit is contained in:
Valentin Kipyatkov
2014-10-09 19:26:15 +02:00
parent 50e1ec9c4f
commit 9663fac5b1
2 changed files with 22 additions and 2 deletions
@@ -0,0 +1,10 @@
fun foo() {
Math.pow(2.0 <caret>)
}
// EXIST: !in
// EXIST: !is
// EXIST: as
// EXIST: in
// EXIST: is
// NUMBER: 5