Bug 383435 - string-extension-methods don't work on rich strings
Summary: string-extension-methods don't work on rich strings
Status: NEW
Alias: None
Product: Xtend
Classification: Tools
Component: Core (show other bugs)
Version: 2.3.1   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 436327 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-06-25 09:04 EDT by Moritz Eysholdt CLA
Modified: 2014-06-02 03:06 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Moritz Eysholdt CLA 2012-06-25 09:04:42 EDT
Example:

val x = '''FOO'''.toLowerCase // doesn't work

val x = '''FOO'''.toString.toLowerCase // workaround
Comment 1 Stefan Oehme CLA 2014-06-02 03:06:21 EDT
*** Bug 436327 has been marked as a duplicate of this bug. ***