WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by com.intellij.util.containers.Unsafe (file:/D:/site/kotlinc/lib/kotlin-compiler.jar)
WARNING: Please consider reporting this to the maintainers of class com.intellij.util.containers.Unsafe
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
..\example\kotlin\kotlin_variables_5.kts:2:1: error: 'val' cannot be reassigned.
name = "Robert"  // ����Val �޷����·��䣩
^