Timur Yantimirov
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Timur Yantimirov created a post, AnsweredCodeInsightTestFixture with kotlin
I need to get psiFile from kotlin code in my project. I'm using: val psiFile = myFixture.configureByFile(file) file - path to file with kotlin code But that method gives me psiFile of .txt How i ca...