francois
08/24/2016, 4:59 PM1.0.4-eap-62
, does my compiler change each time JetBrains update the EAP ?
My project was building fine yesterday but now I get a compile error on a large string
Error:(4, 1) org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Failed to generate property Playlist_Raw_Json
Cause: java.lang.IllegalArgumentException
File being compiled and position: (4,1) in /Users/francois/dev/code/LostContext-App/app/src/main/java/com/lostincontext/data/playlist/JSON.kt
PsiElement: val Playlist_Raw_Json = """
(I have a fairly large string since I am writing a first prototype where I have a raw JSON in the code before I switch to a live API call in the next iteration)cy
08/24/2016, 5:00 PMzoltu
08/24/2016, 5:00 PMzoltu
08/24/2016, 5:01 PMzoltu
08/24/2016, 5:01 PMcy
08/24/2016, 5:01 PMfrancois
08/24/2016, 5:02 PMcy
08/24/2016, 5:03 PMcy
08/24/2016, 5:03 PMfrancois
08/24/2016, 5:05 PMmikehearn
08/24/2016, 5:08 PMmikehearn
08/24/2016, 5:08 PMmikehearn
08/24/2016, 5:08 PMmikehearn
08/24/2016, 5:08 PMmikehearn
08/24/2016, 5:08 PMqwoodmansee
08/24/2016, 5:27 PMyole
08/24/2016, 5:29 PMpropertyName
, it will have a compiler-generated setter called setPropertyName
. you cannot define your own method with the same name and parameter list, no matter what the property type isyole
08/24/2016, 5:30 PMqwoodmansee
08/24/2016, 5:31 PMyole
08/24/2016, 5:36 PMqwoodmansee
08/24/2016, 5:36 PMdanlew
08/24/2016, 6:34 PMdanlew
08/24/2016, 6:34 PMdanlew
08/24/2016, 6:34 PMdanlew
08/24/2016, 6:34 PMdanlew
08/24/2016, 6:35 PMgroostav
08/24/2016, 6:51 PMdanlew
08/24/2016, 6:52 PMgroostav
08/24/2016, 6:52 PMgroostav
08/24/2016, 6:53 PM