Home > Mobile >  AS on kotlin doesn't identify [& gt;=], does not automatically increase the space
AS on kotlin doesn't identify [& gt;=], does not automatically increase the space

Time:04-13

The following syntax error let me for half an hour, careful observation and baidu still can't find where is wrong, until I'm in the middle of the [& gt;=] add Spaces become [& gt;=] to fix,
Shortcut keys automatically align the code doesn't recognize this error, or [& gt;=] in kotlin really have any special meaning?

 
Val clickableViews: List=listOf (
BoxOneText, boxTwoText boxThreeText,
BoxFourText boxFiveText, rootConstraintLayout
)

CodePudding user response:

is greater than or equal to
  • Related