Is anybody receiving a code Warning illegal access | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is anybody receiving a code Warning illegal access

Bad code

25th Feb 2021, 4:48 AM
Lawrence Harmel
Lawrence Harmel - avatar
10 Answers
+ 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?
25th Feb 2021, 6:18 AM
Ipang
+ 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
25th Feb 2021, 6:37 AM
Ipang
+ 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! 👍
25th Feb 2021, 4:41 PM
Ipang
+ 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.
25th Feb 2021, 6:30 AM
Lawrence Harmel
Lawrence Harmel - avatar
+ 1
If I could put a picture in here exactly what it says I would
25th Feb 2021, 6:31 AM
Lawrence Harmel
Lawrence Harmel - avatar
25th Feb 2021, 2:45 PM
Lawrence Harmel
Lawrence Harmel - avatar
+ 1
Oh ok I will do that then
25th Feb 2021, 4:46 PM
Lawrence Harmel
Lawrence Harmel - avatar
+ 1
Thank you
25th Feb 2021, 4:46 PM
Lawrence Harmel
Lawrence Harmel - avatar
+ 1
Not at all 👌 Have a great Kotlin journey 👍
25th Feb 2021, 4:47 PM
Ipang
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
25th Feb 2021, 2:42 PM
Lawrence Harmel
Lawrence Harmel - avatar