+ 1
Is anybody receiving a code Warning illegal access
Bad code
10 odpowiedzi
+ 3
When did you get that error message? when running some code? is it specific to codes written in a certain language or any code?
Is that happening in SoloLearn app, web or both?
+ 3
I experienced something similar yesterday, but I haven't check any new Kotlin codes today. It is possible that SoloLearn was pushing updates on its system causing the Code Playground to "freeze" temporarily.
I can try to check your code if you can share the link to the code. I don't know Kotlin much, but I can understand the basic syntax.
If you want to, here's how you can share a code's link 👇
https://www.sololearn.com/post/75089/?ref=app
+ 3
Apparently you mistaken lowercase letter L 'l' for uppercase letter I 'I' when typing `println`
In ALL-CAPS style `println` will be written as PRINTLN, but you made a typo writing PRINTIN (had it been in ALL-CAPS style). Notice difference in the second to last letter.
Regular stuff, no big deal.
Keep it up! 👍
+ 1
It is when I do the first practice in Kotlin language it keeps saying error message even tho I write it exactly as it says to do.
+ 1
If I could put a picture in here exactly what it says I would
+ 1
Oh ok I will do that then
+ 1
Thank you
+ 1
Not at all 👌
Have a great Kotlin journey 👍
0
fun main(args: Array<String>) {
PrinrIn("kotlin is great")
}y=
This is the best I can do it won't let me share like the article said