Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
val list = listof('a', 'b', 'c')
var myVar :int = 4
The Android Studio paints "listof" and "int" red and saying they are unresolved references. And with Alt+Enter it gives me only three options: create function 'listof', rename reference, surround with widget.
These example expressions are so simple that IDE should be able to suggest that maybe I wanted to write listOf and Int ?
At least it would be a big help for developer, expecially when used to write also in other languages.
```
Build: AI-221.6008.13.2211.9477386, 202301110627,
AI-221.6008.13.2211.9477386, JRE 11.0.15+0-b2043.56-8887301x64 JetBrains s.r.o., OS Windows 11(amd64) v10.0 , screens 2560.0x1080.0
AS: Electric Eel | 2022.1.1
Kotlin plugin: 221-1.7.21-release-for-android-studio-AS5591.52
Android Gradle Plugin: 7.4.0
Gradle: 7.5
Gradle JDK: version 11.0.15
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
IMPORTANT: Please read
```